Page 1 of 1

need registration form coding help me

Posted: Sun Mar 29, 2009 5:12 am
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.................

Re: need registration form coding help me

Posted: Sun Mar 29, 2009 12:58 pm
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.