$business = safeHTML($_POST["business"]); What is
Posted: Mon Jul 26, 2004 6:32 am
I think the problems in this line:
$business = safeHTML($_POST["business"]);
safeHTML??? Is this likely to be affecting the text submitted?
I've got a variable $f[business] which is retrieved from a MYSQL database. The field is set to 'TEXT' and contains text in HTML format so its got <b> <p> etc...
Unfortunetly it reads the text as is and just prints all the HTML commands on the page ignoring it as actual code - How do I get it to read the HTML code??
Thanks in advance...[/b]
$business = safeHTML($_POST["business"]);
safeHTML??? Is this likely to be affecting the text submitted?
I've got a variable $f[business] which is retrieved from a MYSQL database. The field is set to 'TEXT' and contains text in HTML format so its got <b> <p> etc...
Unfortunetly it reads the text as is and just prints all the HTML commands on the page ignoring it as actual code - How do I get it to read the HTML code??
Thanks in advance...[/b]