Welcome Guest, Not a member yet? Register   Sign In
Can't get db->update working
#2

[eluser]Otemu[/eluser]
I think you made an error with your update statement, check whether the statement works in mySQL
try the syntax below:

UPDATE [your_table_name] SET [name_of_column]=[new-column_value]
WHERE [user_name_column]=[the_user_name];

Remove [] and replace with your relevant names and values


Messages In This Thread
Can't get db->update working - by El Forum - 03-12-2012, 03:33 AM
Can't get db->update working - by El Forum - 03-12-2012, 04:03 AM
Can't get db->update working - by El Forum - 03-12-2012, 04:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB