Concatenate date question
Posted: Mon Feb 02, 2009 4:38 pm
Hi Folks
I'm looking to introduce this string into my registration page
but when i submit the registration form the date doesnt reach the database
I'm pretty sure the string is fine, so i think the question is where in my code should it go?
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?