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 are the rules in creating php variable?
Explain NULL?
What is basic php?
How arrays are used in php?
What are the php functions?
Is php case sensitive?
How can we upload a file in php?
How many escape sequences are recognized in single-quoted strings?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
Is empty function c++?
Explain why would we use === instead of ==?
What are the advantages of oops in php?
Tell me what is the actually used php version?
Is ruby on rails php?
Is multiple inheritance supported in php?