Hello, I want to update a customers information on my website through php and mysql.
Can anyone give me a basic few lines of code that i can use to do the update. I need the code for the php page that updates the mysql database. I have a form that posts to the php page with the "userID" and "pass" so that only one record in the database will be updated, I just don't know how to do an update in php.
If anyone can spare some code where they have done an update before it would be appreciated..
Thanks!