hi friends,
i am using one tooltip. it is not allowing the the '(single quot) and "(double quot).
befoe that i should add the \'(for sing quot) and "(for double quot). how can i add. give some idea.
please help to me.
thanks,
prakum.
how can we add the slashes
Moderator: General Moderators
php manual
There are several things in the php manual that might help
addslashes
or
mysql_escape_string
or if you wanted to code it yourself you could use
str_replace
addslashes
or
mysql_escape_string
or if you wanted to code it yourself you could use
str_replace
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
You probably don't need slashes, but htmlspecialchars().