SyntaxFix
Write A Post
Hire A Developer
Questions
First of all store $date=$_POST['your date field name'];
$date=$_POST['your date field name'];
insert into **Your_Table Name** values('$date',**other fields**);
You must contain date in single cote (' ')
I hope it is helps.