Answer Posted / swapna
$date_time = date('Y-m-d H:i:s'); use this one you can get
current date.
| Is This Answer Correct ? | 88 Yes | 28 No |
Post New Answer View All Answers
What is cms php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Explain mysql_errno()?
Which MySQL function would you use to select a database?
what is session_set_save_handler in PHP?
What does the unset() function mean?
What is the scope of a variable defined outside a function?
What does $_server mean?
How can I use single quotes in single quotes in php?
What is a query give example?
Explain Type hinting in PHP?
What is mvc? Why its been used?
What is new keyword in php?
How to create a session? How to set a value in session? How to remove data from a session?
How come the code works, but does not for two-dimensional array of mine?