I’m currently doing a program that when a user posts or orders an item then the date and time will be posted in a html and stored in a MySQL table. As of now, i tried displaying the current date and time in my HTML file but it isn’t stored in my MySQL table. Can anyone help me? And yes, i’m new at PHP and MySQL programming. :p
Share
For that create a column in your table and take datetype like datetime and on displaying it retrieve that column value.