Posted by rlee0001 on 11/18/45 11:44
David,
php.exe outputs HTML to a file by default. Download PHP locally (you
won't need Apache or anything else). Install the application. It will
install a "php.exe" file. You run it from a DOS prompt using something
like:
php.exe myscript.php > mypage.htm
php.exe will run myscript.php and send the output to mypage.htm.
-Robert
Navigation:
[Reply to this message]
|