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
What types of MYSQL function available for affecting columns
What is urlencode and urldecode in php?
What is the difference between characters 34 and x34?
What does it mean when it says the csrf token is invalid?
What is data structure in php?
Xplain is it possible to use com component in php?
What does a special set of tags do in php?
How does the identity operator ===compare two values in PHP?
Is empty in php?
What is a controller php?
What are the special characters you need to escape in double-quoted stings?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
what the new feature add in php 7.2?
What is $_ request in php?
How to remove duplicate values from a PHP Array?