[PHP] test page

2003-03-06 Thread USONYX.NET
Hi, Could anyone advise me how I could test PhP operation over HTTP connection? Is there any php script available which I can use to make sure that everything works including database connection? Please help Alex101 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

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: ie without the space between 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 > > saved as php, the browser tries to downlo

[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 saved as php, the browser tries to download it instead. I have added the application type under httpd.conf and restarted the server ./apachectl restart.