problem with ' in a string of an update
Posted: Sun Aug 22, 2004 8:11 am
i have this update :
and the
when i do this update i see in the db :
blabla''balvla
must i have this i the db?
if yes it means i need to use stripslashes all the time
Code: Select all
$SET=" Set_name='".addslashes($Set_name)."',Code: Select all
$Set_name= blabla'balvlablabla''balvla
must i have this i the db?
if yes it means i need to use stripslashes all the time