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 ?!?! Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.