Jump to content

PHP MySQL Update


fazlionline

Recommended Posts

Hi all

I am passing through a problem since a week; I am trying internet help but not succeeded till now

 

• I made a database and table in MySQL through PHP.

• I made a PHP form in DreamWeaver.

• Through an INSERT INTO script, I inserted user data.

• After a while the user felt to change some of his information

• How can I update information of this user?

 

I need the code soothing like this:

 

Update tablename SET (name, location, email, phone number) from HTML Form into the database WHERE password and user ID on the form is same as that of password and user ID in the database

 

Need help

 

 

Link to comment
https://forums.phpfreaks.com/topic/161164-php-mysql-update/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.