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 |
What is difference between variable declaration and variable definition?
How to check your php installation?
What is the difference between the functions unlink and unset?
Php code to find whether a number armstrong or not?
What are php libraries?
How to Define a Constant in PHP? Is $ symbol necessary?
What are the advantages and disadvantages of Cascading Style Sheets?
Tell me what is the meaning of a final class and a final method?
Why do we use interface in php?
Explain the difference between mysql_connect and mysql_pconnect?
Do you have to initialize variables in php?
How do functions work?