Re: Re: HTTP Error 500 - IsapiModule

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux