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
Does php has a future?
What does $_cookie mean?
Can we override static method?
How to include variables in double-quoted strings in php?
Which cryptographic functions in php returns the longest hash value?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Why laravel is the best php framework in 2019?
What is the use of stripslashes in php?
What is difference between require_once(), require(), include()?
Explain me what is the meaning of a persistent cookie?
What are the two types of variables?
Tell me how can we automatically escape incoming data?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How to take a substring from a given string?
What is the interface in php?