Hi!
I'm learning php and I need to make my computer a web server that runs php.
I've downloaded the PWS and other server but everytime I access a local .php file (eg. http://localhost/123.php), IE asks if I want to open it in its default location or save to disk and both ways just doesn't trigger the php.exe.
I added .php to the configuations for these servers but to no avail.
I know php.exe is installed properly because I can run a php file via a compiler from PHP coder though it has a lot of limitations.
Is there any thing else I could try?
Thank you