Hi,
i´m having trouble to get the birthay, by the format dd/mm/yyyy from a input field form and then insert into a MySQL database. The MySQL column type is date, and as i´m working with the string from the HTML form, it´s not saving this information at the database.
I have take a look at strtotime function, but it is still not working. Someone can help me to handle this?
The basic rule is: get one string like 30/08/2002 via post form and convert it from his string type to a date one, in reason to save it at MySQL.
Thanks