RE: [PHP-WIN] php as exe in windows

2003-03-24 Thread Chris Kranz
ke Brum [mailto:[EMAIL PROTECTED] Sent: 24 March 2003 17:13 To: Henrik Bjernersjø; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] php as exe in windows The first step is to obviously install PHP and have it associated with .php files on your system and create your script that works 100% when you just

RE: [PHP-WIN] php as exe in windows

2003-03-24 Thread Mike Brum
The first step is to obviously install PHP and have it associated with .php files on your system and create your script that works 100% when you just double-click on the file. After that's working, create a .bat file that makes a call to the PHP executible (C:\PHP\php filename.php). Then, create