sure is possible ... if u can run php.exe from any directory on your system
in a dos box, then the php directory is correctly set in the system
environment. if not add the path to the php.exe to your path string in the
c:\autoexec.bat file and reboot.

When that's done ... run any *.php file as:
php.exe myfile.php

it interprets the script as a ordinary script. To get full web script
functionality out of php, install a webserver. Omni httpd server is
shareware but good. It will already install php for you.

Hope I answered your question;
Eelco.


> hi , I´m contacting you because I wanted to know if it´s possible to
> install PHP under a win 98 enviroment. If I can, can you tell me what do I
> need, I mean, I allready downloaded PHP for Win 32, installed it, but
> nothing happens when I open a *.PHP file, so maybe is because I need to
> Download something extra.
>
> Thanks!
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to