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
Which php framework is fastest?
What are encryption functions in php?
When use javascript vs php?
Explain the difference between unlink() and unset()?
What are the functions of string?
How do I see how many pages per session in google analytics?
What is php written in?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
Why is php used for web development?
Write a program to find the factorial of a number in php?
How can php and javascript interact?
How to remove all duplicate values in array in php?
Are sessions stateless?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
What does addslashes do in php?