ajayrandhawa / User-Management-PHP-MYSQL

PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.
224 stars 152 forks source link

No Date and time for the registartion #4

Closed skyefaceconcept closed 4 years ago

skyefaceconcept commented 5 years ago

No Date and time for the registartion

meetmec12 commented 5 years ago

You can simply add this by updating your database structure. In phpmyadmin , under new rows Date and time Now in register.php edit the code to include date () ..Also edit the form action to insert your new fields .

noumank007 commented 5 years ago

Or you can simply just add the field of datetime in database table and set its datetype to datetime and default value to CURRENT_TIMESTAMP. So whenever new data comes it will get the current time of data insertion and add it to database. :)