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 a persistence cookie?
How to call php function in jquery?
What is session and Cokkies . How it works . tell some thing about Session_id()
1 Answers DVS, Net Solution, PVWEBCO,
What is php sequence?
How long do php sessions last?
What is T_PAAMAYIM_NEKUDOTAYIM?
what is php stands for?
23 Answers Infosys, Satyam, Torque Infotech,
What is the difference between print() and echo()?
Explain me the difference between include and require?
What is the use of array_search() in php?
What is the content of /etc directory?
Explain me what are the 3 scope levels available in php and how would you define them?