Page 1 of 1

How to connect user registration form in php to mysql

Posted: Thu Mar 19, 2009 10:15 am
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.

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

Posted: Thu Mar 19, 2009 1:30 pm
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.