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 |
Explain what is the difference between session and cookie?
Can we extend multiple classes in php?
What is the scope of a variable defined in a function?
Tell me what is pear?
Is it possible to protect special characters in a query string?
How to get the number of characters in a string?
can anyone explain oops concept in php or give website to learn this concept clearly?
Is laravel easy to learn?
How do functions work?
What is $_ files in php?
Why are sessions used?
What is null value in php?