Hello All,
I’m trying to develop a database driven web site having the following puposes:
1. User Registration Form:
Here user can register them according to:
User ID:
Passwd:
User name:
City:
E-mail:
2. User login form:
User Id:
Passwd:
After the user verivication, user can modify and update their records
3. Search:
Any guest visitor in the site can search the database with CITY keyword and view correspondig user details in the web page.
I’m using PHP and MYSQL . I have a webhost with MYSQL support.Already created a database named: “shdb”.Created 2 table. “Table1” contains userid and passwd field. “Table2” contains userid,username,city,e-mail field. As I’m newbie in PHP and MYSQL. will you please give me working script example to do my job so that I can learn from the code and continue developing my site. Please help me.
Thanks.