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
my english is not too good then what we apply for a php programer post
How to track user logged out or not? When user is idle?
Is it possible to submit a form with a dedicated button?
Do you know how to delete a file from the system?
What is cakephp framework?
Does php support overloading?
Is uploaded file php?
Define soundex()?
what is session_set_save_handler in PHP?
Tell me how can you pass a variable by reference?
What is cookie and why do we use it?
How can you retrieve data from the mysql database using php?
What is the difference between explode () and split () functions in php?
What are php applications?
What do you mean range() in php?