[PHP] php test page not working with apache 1.3.22

2001-11-09 Thread Caleb Carvalho
Hi all, I've just finish upgrading my apache server to apache 1.3.22, I have also compiled my php-4.0.6 with it. When I try to test it using ? php phpinfo(); ? saved as php, the browser tries to download it instead. I have added the application type under httpd.conf and restarted the server

Re: [PHP] php test page not working with apache 1.3.22

2001-11-09 Thread Neil Freeman
Probably not your problem but shouldn't your php line be as follows: ?php phpinfo(); ? ie without the space between ? and php? Caleb Carvalho wrote: Hi all, I've just finish upgrading my apache server to apache 1.3.22, I have also compiled my php-4.0.6 with it. When I try to test it