Jump to content

adding more values in mysql


Monkuar

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.