MySQL Forums
Forum List  »  PHP

Re: Using Selected Rows
Posted by: Rick James
Date: August 31, 2013 06:04PM

UPDATE  `training` SET `available`= 'No'
    WHERE  `player_id` = '$playerid'
      and  `traindate` = $TDate";

Perhaps you need quotes around $TDate?

Options: ReplyQuote


Subject
Written By
Posted
August 14, 2013 03:53AM
Re: Using Selected Rows
August 31, 2013 06:04PM


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.