Hi all,
Im a newbee in PHP and MySQL. Im wondering if there is a standard
combination of functions u should use on variabels psoted by a form
before u add them to a database. Something like:
$var = trim(addslashes ($_POST['test']));
Thanx,
WJ
Im a newbee in PHP and MySQL. Im wondering if there is a standard
combination of functions u should use on variabels psoted by a form
before u add them to a database. Something like:
$var = trim(addslashes ($_POST['test']));
Thanx,
WJ
Comment