allow html
I am trying to do a simple hack. How would I do a post in html?
Can someone tell me the proper syntax to do so?
Below are the different options I have been trying to insert in db. Can someone hand me that single line?
$extendedlinkdesc = highlight(parse_bbcode2($myrow["extendedlinkdesc"], 1, 1, 1, 1), $sstring);
$extendedlinkdesc = $myrow['extendedlinkdesc'];
'".addslashes(htmlspecialchars($extendedlinkdesc)) ."'
extendedlinkdesc='".addslashes(htmlspecialchars($e xtendedlinkdesc))."',
Thank you.
|