MySQL Forums
Forum List  »  PHP

update not working MySQL client version: 5.1.56
Posted by: Toma Mircea Razvan
Date: March 04, 2012 02:43PM

I have this simple code

mysql_query("UPDATE videotags set videos = '5' where tags = 'tag'") or die mysql_error());

It's working fine on my localhost where i have MySQL client version: mysqlnd 5.0.7-dev - 091210 - $Revision: 304625 $

but it's not working on my webhost MySQL client version: 5.1.56
Is it a bug? is there a fix?

Options: ReplyQuote


Subject
Written By
Posted
update not working MySQL client version: 5.1.56
March 04, 2012 02:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.