View Full Version : PHP problem
pininfarina
03-30-2007, 02:53 PM
everytime I add a php page to one of my sites and check it out in my firefox webbrowser, FF automatically asks me if I want to download the php script, I only want to show the normal workings Like a contact form and not download the complete thing, how can I stop this?
danlefeb
03-30-2007, 04:10 PM
PHP is like ASP where it's a server-based code. Which means running it on your local computer won't work unless you have a web server set up. Assuming you're on XP, go to your Control Panel > Add or Remove Programs and hit the Add/Remove Windows Components on the lefthand side. In there, you're looking for Internet Information Services (IIS). Once that's installed, you can go to http://www.php.net and download PHP and install it on your computer.
pininfarina
03-31-2007, 09:39 AM
PHP is like ASP where it's a server-based code. Which means running it on your local computer won't work unless you have a web server set up. Assuming you're on XP, go to your Control Panel > Add or Remove Programs and hit the Add/Remove Windows Components on the lefthand side. In there, you're looking for Internet Information Services (IIS). Once that's installed, you can go to http://www.php.net and download PHP and install it on your computer.
thank you, found the root of my problem, my server wasn't setup in the right way
danlefeb
04-02-2007, 08:00 AM
Glad you got it working :)
NathanLedet
06-13-2007, 07:34 PM
For anyone else experiencing this...I use a program called WAMP (http://www.wampserver.com/en/) , which installs PHP, MySQL, and Apache so you can test PHP scripts right on your computer.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.