problem in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cena
Forum Newbie
Posts: 1
Joined: Tue Oct 09, 2007 3:01 am

problem in php

Post by cena »

hi ,

I making web site in php and facing problem.PHP, SQL, Apache. I have it all running right, localhost is all set up. I have made a bunch of PHP files and I'm trying to test a simple user registration page.
Everytime I fill out the information (name, email, password, etc.) I click the button "register me" and a box pops up asking me to open the associated PHP file. Why? Why wouldnt the PHP script just run and create the user registration in the database? It always asks me if I want to open or save the PHP file.I am thinking that getting help from a web site design company.
Any suggestions?

EDITED BY ONION: No need to put a company name and link in your question. That'd be spam.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The problem would suggest issues with the server configuration or the content-type being supplied by the server/script/php.

At any rate, this has nothing to do with Theory or Design. Moved to PHP - Code until further determinations can be made.
Post Reply