MySQL Forums
Forum List  »  PHP

Re: mySQL syntax error?
Posted by: casey deshotels
Date: August 03, 2005 10:17AM

$qContent='UPDATE content SET '.$_POST['field'].'="'.$_POST[$_POST['field']].'"';

returns:

UPDATE content SET costa_rica="
string2111

"

does $_POST[$_POST['field']] cause break returns?

Options: ReplyQuote


Subject
Written By
Posted
August 02, 2005 09:29PM
August 03, 2005 12:59AM
Re: mySQL syntax error?
August 03, 2005 10:17AM
August 04, 2005 12:31AM


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.