Hello All,
I'm quite a newbie to PHP and all. I had PHP4 working fine with apache on a windows ME laptop along with MySql but I messed up somewhere because everytime I try to parse a php file thru apache I get the Open with box and not my file (it used to be ok). Have I changed the file association by mistake and if so what should it be? I can't seem to find the info anywhere. I feel really dumb as I had it working great and know Iv'e messed it up! Any help greatly appreciated Cheers Howard
Look in httpd.conf and make sure that the php stuff is set up correctly
You should have something like this somewhere
AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps
Thanks Alfred. I have checked and double checked php stuff in apache and still all I get when I try and parse a PHP file is Open with dialog box. I did have it working fine but I seem to have messed up the file associations somehow. Any suggestions warmly welcomed. Cheers Hman