I have a day, month and year in php variables. How can I use them in a SQL INSERT statement, knowing that the field I want to insert that date is of the date type.
Thanks.
I have a day, month and year in php variables. How can I use them in a SQL INSERT statement, knowing that the field I want to insert that date is of the date type.
Thanks.