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

What is difference between web service and api?

0 Answers  


Explain the three different kinds of Arrays?

0 Answers  


Does php 5 support exceptions?

0 Answers  


How can we convert asp pages to PHP pages?

3 Answers   Agile Software,


Which function is used in php to search a particular value in an array?

0 Answers  






What is form action php?

0 Answers  


Is time a dependent variable?

0 Answers  


How to create a table to store files?

0 Answers  


What are different types of errors available in Php?

0 Answers  


Can we override static method?

0 Answers  


What are php data types?

0 Answers  


What is mvc in php?

0 Answers  


Categories