need registration form coding help me

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
jaganguys
Forum Newbie
Posts: 1
Joined: Sun Mar 29, 2009 4:55 am

need registration form coding help me

Post by jaganguys »

Hi friends, i don't know even a simple program in php..
but i need a registration,login in, forgot password with mysql coding..
pls help me

please help me



In registration form
1.email id(primary key)*
2.confirm email id*
3.password*
4.confirm password*
5.full name*
6.country*
7.date of birth*
8.sex(radio)*
9.mobile number
10.Occupation*
11.i agree the terms and condition(check box but not mark when appearing user should mark it)*
12. submit

after submiting thank you for registering http://www.example.com

if you can email to the user as ur successfully registered to http://www.example.com
and my email id of sending is support@example.com
please validate the email id..



LOgin in

1.email id
2.password
3.submit
4.forgot password
5.new user? Register


forgot password
1. email id
2. submit

the password in the database has to be submitted to the user entered email id.
if email id is not available in the database
show error



THnax thanx thanx thanx.......in advance.................
tech603
Forum Commoner
Posts: 84
Joined: Thu Mar 19, 2009 12:27 am

Re: need registration form coding help me

Post by tech603 »

Doing a google search turns up multiple results for what your looking for.

http://php.about.com/od/finishedphp1/ss ... n_code.htm

http://phpsense.com/php/php-login-script.html

http://php-login-script.com/

Hope that helps you on your way.
Post Reply