INSERT INTO MySQL and PHP

Psyclasse

New Member
I have a MySQL table ( members ) with six columns ( FirstName, LastName, Email, username, password, Key)I need to insert a string into the Key column for the username admin How would I go about doing this?
 
Back
Top