Re: PHP was working, now after loading PHPEclipse, it doesn't
Posted by Ksu on 09/27/81 11:37
I used to install Apache on my computer to test everything and put PHP
over it
so in
httpd.conf
....
ScriptAlias /php/ "C:/Server/php/"
AddType application/x-httpd-php .php
....
If you dont have something like this your php scripts dont "compile"
What software do you use?