I'm looking to introduce this string into my registration page
Code: Select all
$birthdate = $birthday . "/" . $birthmonth . "/" . $birthyear;
$birthdate = protect($_POST['birthdate']);I'm pretty sure the string is fine, so i think the question is where in my code should it go?