I need redirect output from php.exe (called from command prompt) to html page. Or better. Can I use only php.dll ? I'm better webdesigner then programmer. Can you help me ? Have you anyone some ideas ?
Thank you.
Roman.
Try:
php.exe ../location/to/file.php > output.html
Try dat!