when ever the user logged in the database table the current
registered date will be appeared

Answers were Sorted based on User's Feedback



when ever the user logged in the database table the current registered date will be appeared..

Answer / astutebou

If inserting into MySQL, just use NOW()

Is This Answer Correct ?    5 Yes 0 No

when ever the user logged in the database table the current registered date will be appeared..

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

when ever the user logged in the database table the current registered date will be appeared..

Answer / sudheerrjy@gmail.com

please give answer

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More PHP Interview Questions

Does strlen include null?

0 Answers  


Where is session value stored?

0 Answers  


What is the use of curl()?

0 Answers  


Where are the persistent cookies stored on your computer?

0 Answers  


What is data type in php?

0 Answers  






What is env in laravel?

0 Answers  


List data types in PHP?

0 Answers  


What enctype is required for file uploads to work?

0 Answers  


how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.

1 Answers  


Which function would you use to format date information in php?

0 Answers  


How to genrate report in wordpress cms

0 Answers  


Who is the father of PHP and explain the changes in PHP versions?

15 Answers   ADISoft Tech, Genpact, PropTiger, TWA,


Categories