when ever the user logged in the database table the current
registered date will be appeared
Answer Posted / astutebou
If inserting into MySQL, just use NOW()
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of trim in php?
What is cookie and session in php?
Which function would you use to format date information in php?
How to randomly retrieve a value from an array?
Tell us what is the difference between session_unregister() and session_unset()?
Tell me are parent constructors called implicitly inside a class constructor?
Does php support overloading?
Explain what is the difference between for and foreach?
When is a conditional statement ended with an endif?
What’s the special meaning of __sleep and __wakeup?
Why do we need session?
Does php support multiple inheritances?
Where are php configuration settings stored?
is that "enumerated array" equal to "numeric array"?
How many ways to include array elements in double-quoted strings using php?