ignore code in variable
Posted: Fri Jan 16, 2004 6:25 pm
hi. say i have a variable, say $name.
say the user gives $name the value '<b>bob</b>'
how can i make ti so when $name is echoed the result is:
<b>bob</b>
and not
bob
???
say the user gives $name the value '<b>bob</b>'
how can i make ti so when $name is echoed the result is:
<b>bob</b>
and not
bob
???