Forum Moderators: coopster

Message Too Old, No Replies

Edit record

         

yllai

6:45 am on Apr 21, 2004 (gmt 0)

10+ Year Member



I am using php to write a login script.I have create a database to store user registration information..well done..I can register and all the data stored in the database well. BUT I wish to edit the user information in the database..how can I do it? Where can I get these example of source code.

Timotheos

3:43 pm on Apr 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi yllai,

The easy way would be to use phpmyadmin to administer your database.

If you want it part of your system then you'll need to have a form displaying the user info. I assume you used the SELECT statement for your login page but for you edit page you'll use the UPDATE [dev.mysql.com] statment (and maybe the INSERT and DELETE statements).