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 |
In php, how to redirect from one page to another page?
List some features of php that are deprecated in php7?
How to create a text file in PHP?
What is the use of namespace in php?
What is the use of callback in php?
What is the use of strpos in php?
What are the differences between GET and POST methods in form submitting?
Explain converting an object?
How to print \ in php. Only \ with out using . or *.
Are there regular expressions in php?
What is mem_cache ? How do you put a database query into that ?
What is the importance of "action" attribute in a html form?