Best unofficial Apache Server developers community |
|
Hey i need to change a users info but only one users info so for instance.
I need to change only the Intro part? i hope this will be changed when the user goes through the intro and then goes to a page where the users Intro will change to 2 to mean yes he has gone through the intro.. and also if it helps my database name is users
posted via StackOverflow
|
|
 
|
Send an SQL query like:
|
|
 
|
This?
|
|
 
|
You need to set yyy to the ID of the logged in user |
|
 
|
Assuming your user table has primary key id, below code will give u an idea.
|
|
 
|
Something like this?
It's probably worth running through some MySQL tutorials to give you some of the basics. |