I have a simple php form. Its saving all the data in the db perfectly. But now I want exact that date and time when a user clicks Submit button after filling the form. Currently its saving the date as 0000-00-00 in the db.
Thanks…
I have a simple php form. Its saving all the data in the db
Share
In your INSERT query, in the date field use NOW()