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
How to set a value in session? How to remove data from a session?
What are the encryption functions available in PHP?
How to get ip address of clients machine?
Explain Type hinting in PHP?
How to remove duplicate values from array using php?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is the meaning of die in php?
What is session and Cokkies . How it works . tell some thing about Session_id()
How to enable parsing?
What is mysql_fetch_object?
Can we use include ("xyz.php") two times in a php page "index.php"?
What are the main error types in php?
What is namespace in php?
What is the use of stripslashes in php?
Swap two variables value without using third variable in php ?