Log in

View Full Version : allow html


Lionel
10-15-2004, 01:42 AM
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($extendedlinkdesc))."',

Thank you.