Try:
$string=stripslashes($string); // only if magic_quotes are on
ini_alter("magic_quotes_sybase",1);
$string=addslashes($string);
bob pilly wrote:
Hello
I am trying to let a user enter notes about an
appointment but are having errors when trying to write
their input to a database.
The users in
Hello
I am trying to let a user enter notes about an
appointment but are having errors when trying to write
their input to a database.
The users input goes into string $appnotes
$query2="update appresult set appresult =
'$appointmentresult',product='$product',fees='0',appnotes='$appnotes'
where
2 matches
Mail list logo