Why would you want to decode HTML entities given by a user? The opposite (encode their input into HTML entities) is the usual approach...
Jasper Slythers Bro wrote:
<?php $host = "127.0.0.1 <http://127.0.0.1>"; $user = "sqluser"; $pass = "sqlpass"; ..... $foobar=html_entity_decode($_GET['foo']); echo $foobar; ?>
_______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/