How to connect user registration form in php to mysql

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
pankajdeoria
Forum Newbie
Posts: 15
Joined: Thu Mar 12, 2009 10:58 am
Location: Bangalore,India

How to connect user registration form in php to mysql

Post by pankajdeoria »

Hello Sir/Madam,
I am a new to PHP .I want to know about How to Connect User registration form to mysql in Local host server.I am using wampserver software.Please Guide me in Detail.
Is there any place to learn more about Localhost? Please If you have any tutorial then please give me.

I want to test this in Localhost.Is it possible to register in Local host with different user name?

What is a good software to make User interface for php websites?

I will use this thread to ask all my question regarding to PHP.SO,please have a look on this if i reply or ask any thing.

I know I have asked too much question here because i am confused .

Thank You Sir.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: How to connect user registration form in php to mysql

Post by Christopher »

User registration is a fairly complex subject because it involves Forms, Database, Authentication and ultimately Access Control. Reading a PHP book might be a good idea.

Or show us the code for what you have tried. That will give people something to comment on.
(#10850)
Post Reply