> Sorry didn't try your suggestion php -1 ... not sure how to!!


Open up MS-DOS prompt.



Figure out where your php.exe lives.



Let's pretend it's in C:\\php5\php.exe



cd to the directory where your script lives.



cd C:\\inetpub\wwwroot\search



C:\\php5\php.exe -l search.php



After you get it to work just once this way...



Next Task:

You can also edit your "path" by right-clicking on "My Computer" and finding 
Environment Variables or somesuch in the endless MS dialogs.



Tack on YOUR path to php.exe with a ";" in front, not including the php.exe, 
and then you can just type:



php.exe -l search.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to