Jump to content

Query problem


Monk3h

Recommended Posts

		mysql_query("update players set message=$message where ownerid = '1'");

 

When i print out the $message is prints what it should.

 

When i change the query to update message to = message it updates all feilds as it should.

 

But when i want to do it to all feilds where the ID = 1 it wont let me.

 

Yes, there are feilds where there ownerid is 1, so thats not the probelm.

 

any ideas?

Link to comment
https://forums.phpfreaks.com/topic/111913-query-problem/
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.