Re: [PHP] 'View as HTML' Conversions
Kevin wrote:
Does anyone know how google have done this? or does anyone know any PHP
equivalents, we are using the Windows IIS server.
They employ some very clever people :) your best bet is to find a
command line tool that can do what you need, then simply call this from php.
Thanks
Kevin
.
Relevant Pages
- Re: IIS 6.0 on Windows Server 2003
... If PHP insists on using CMD.EXE to execute the shellcommand on the ... server, then no, you have no choice -- you must give read permissions to the ... this would be a security vulnerability caused by PHP. ... (microsoft.public.inetserver.misc) - Re: Wnidows Server 2003 - I need help in getting the Connection Co
... command if already running. ... it fires off the netstat command for you, sending the results from that to ... another file which your PHP process can access. ... requires administator access we are get file permison problems - ANY IDEAS ... (microsoft.public.windowsmedia.server) - Re: OT: Old Windows command line...
... I need to create a .bat file that contains a command to invoke a php script multiple times, with the "stdin" for each invocation of the php script immediately following the command invoking the script (ah, how easy it was to do such things in MPE). ... Rather, they would only be passed to php if it specifically requested them, line by line; though then, as the default feed for the request would be from STDIN, and the datastream itself would be STDIN, MPE would then pass the lines in one by one. ... (comp.sys.hp.mpe) - Re: cron jobs in PHP admin to run a PHP file
... "command" in cron jobs I don't know what it is looking for? ... All I want to do is run the php script. ... have permission to execute it. ... (comp.lang.php) - Re: OT: Old Windows command line...
... I need to create a .bat file that contains a command to invoke a php script multiple times, with the "stdin" for each invocation of the php script immediately following the command invoking the script (ah, how easy it was to do such things in MPE). ... Rather, they would only be passed to php if it specifically requested them, line by line; though then, as the default feed for the request would be from STDIN, and the datastream itself would be STDIN, MPE would then pass the lines in one by one. ... (comp.sys.hp.mpe) |
|