cbranje
08-24-2006, 03:56 AM
Hi
So lets say I have an form with a text input.
Like this . . .
<input type=\"text\" name=\"title\" value=\"$title\" size=\"15\"/>
what if $title = "This is some "cool" stuff";
with quotes around cool, if I put that string in as is, it messes up my form. Anyone know how to get around this
So lets say I have an form with a text input.
Like this . . .
<input type=\"text\" name=\"title\" value=\"$title\" size=\"15\"/>
what if $title = "This is some "cool" stuff";
with quotes around cool, if I put that string in as is, it messes up my form. Anyone know how to get around this