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


Please Help Members By Posting Answers For Below Questions

Why shouldn't I use mysql_* functions in php?

777


What are hooks in php?

699


In php, how to redirect from one page to another page?

694


What is the use of strpos in php?

782


What do you mean range() in php?

814


What is whitespace in php?

751


What is empty php?

734


How to receive a cookie from the browser?

753


When to use inquire vs enquire?

721


How do you clear environment variables?

713


Is null empty php?

737


Does strlen include null?

788


What is php session start?

730


What are magic constants in php?

775


What is an operator in php?

780