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 |
which function used to get the number of days between two given dates in php
Is php case sensitive?
Can we extend multiple classes in php?
What is isset function in php?
What is the php function that removes the first element of the array and returns it?
What are the advantages of stored procedures, triggers, indexes in php?
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -
How check variable is set or not in php?
Differences between get and post methods?
what is array_search() in php?
How can php and html interact?
What is repository in php?