Its nothing to do with the browser, you need to tell Apache that .php files need to be sent to a browser and are not downloaded. By default, Apache handles .htm and .html files but you need to tell it to send .php files to the PHP program. Apache then sends the output from PHP to the browser window as it would with a normal web page.
There is a section in the install.txt file which tells you how to change the apache/conf/httpd.conf file "Vivoant" <[EMAIL PROTECTED]> wrote in message 003901c18dda$c3d2bec0$5bc3e60c@VivoAnt">news:003901c18dda$c3d2bec0$5bc3e60c@VivoAnt... I'm totally new to this PHP thing... (and apache...) so I tried doing one of those tutoral thingies... I stuck stuck on some problem that is like this: I try to access the page on my own server (phpinfo.php) and for some reason instead of loading it on IE6.0 it tries to download it from my own harddrive... How do I prevent this? (It worked just fine before...) I can still load PHP pages from other sites on the net except the one I made... I tried deleting it and making a new PHP page but it still does the same thing... Any help is appreciated :))) (I'm on MSN Messenger too... [EMAIL PROTECTED]) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]