Monkuar Posted July 5, 2009 Share Posted July 5, 2009 mysql_query("UPDATE ibf_members set signature_2 = '".mysql_real_escape_string($_POST['newname'])."' WHERE id = '{$info['id']}'"); what if i want to update my field name NOTES and more? How would i add them in there lol im updating signature_2 right now? i want to update NOTES field too? possible ?!?! Link to comment https://forums.phpfreaks.com/topic/164835-adding-more-values-in-mysql/ Share on other sites More sharing options...
Mchl Posted July 5, 2009 Share Posted July 5, 2009 http://dev.mysql.com/doc/refman/5.0/en/update.html Link to comment https://forums.phpfreaks.com/topic/164835-adding-more-values-in-mysql/#findComment-869156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.