> I was wondering if it would be feasible to create > an alias for this function, say hsc() or something > short.
function hsc ($foo) {
$foo = htmlspecialchars ($foo);
return $foo;
}
HTH
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

