Hello everybody,
after looking everywhere for about 3 hours without finding an answer, here my question:
I have a page, /show_page.php?ID=8 which should be displayed in the browser. At the
same time, I would like to save the output of this file in a static html file. Using php.exe like
./php.exe -f show_page.php?ID=8 > htmlfile.html
will produce an empty file (php 4.1.2, WIN2000)
Am I missing something terribly simple here?
Thank you for your help
Susan