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
Why shouldn't I use mysql_* functions in php?
What are hooks in php?
In php, how to redirect from one page to another page?
What is the use of strpos in php?
What do you mean range() in php?
What is whitespace in php?
What is empty php?
How to receive a cookie from the browser?
When to use inquire vs enquire?
How do you clear environment variables?
Is null empty php?
Does strlen include null?
What is php session start?
What are magic constants in php?
What is an operator in php?