Hi,

i have to update a MySQL tables some names and text
the problem is that the names and words have quotes
maybe in names it has O'connor, and text would be
He said  :"I'don't know where to go!!".

where there is a mixture of single and double quotes in text, i'm really get
problem with updating the table.
any help with the query statment would be appreciated!!
also I forgot to mention I tried
$name = $dbh->("$name");
$text   = $dbh->("$text");
I get an error it says it is not a CODE.**and i use $dbh to connect to
database, so it is valid**

Anthony W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to