MySQL Forums
Forum List  »  PHP

Re: Trouble with updating Mysql table data
Posted by: Lanze Langill
Date: March 22, 2012 11:20AM

Hey Oliver,

<code>$data = "UUPDATE library SET title = '" . $Title . "', author = '" . $Author . "' WHERE index = '" . $search . "'";
echo $data;</code>

Lanze.

Options: ReplyQuote


Subject
Written By
Posted
Re: Trouble with updating Mysql table data
March 22, 2012 11:20AM


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.