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 difference between web service and api?
Explain the three different kinds of Arrays?
Does php 5 support exceptions?
How can we convert asp pages to PHP pages?
Which function is used in php to search a particular value in an array?
What is form action php?
Is time a dependent variable?
How to create a table to store files?
What are different types of errors available in Php?
Can we override static method?
What are php data types?
What is mvc in php?