when ever the user logged in the database table the current
registered date will be appeared
Answers were Sorted based on User's Feedback
Answer / master
if you want to store the current date from the database
then use current_date() to get the current date and insert
into the table or if you want to take the value from php
and store it in the database the use date('d/m/y') and
insert using the insert query into the db.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to redirect https to http url and vice versa in .htaccess?
Why is PHP-MySQL frequently used for web (Portal) Development?
5 Answers T3 Softwares, Wipro,
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
Is php faster than javascript?
What is $_ files in php?
How stop the execution of a php scrip?
Is it possible to get the screen resolution and like with php?
is 'easyphp' is compelete technology to design a phpmysql site?
How can I learn php fast?
Write a query to find the 2nd highest salary of an employee from the employee table?
Can we override static method in php?
What version of php do I have windows?