when ever the user logged in the database table the current
registered date will be appeared
Answer Posted / 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 |
Post New Answer View All Answers
What is instantiation?
Should I use mysqli or pdo?
How to get the total number of values in an array?
What is the difference between null and empty?
What are the features of php?
What is difference between session and cookies in php?
How is a session id generated?
Tell me how can we check the value of a given variable is alphanumeric?
What is the use of anonymous function in php?
Explain a resource?
Explain the syntax for ‘foreach’ loop with example.
What are php expressions?
What is laravel php?
What is the function in PHP do not return a timestamp?
How do you end php?