Answer Posted / raja
$timestamp = time();
$datum = date("Y-m-d (D) H:i:s",$timestamp);
echo "Current date and local time on this server is $datum
<br>\n";
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
How to get elements in reverse order of an array in php?
How do I check if a given variable is empty?
What is php stack?
Tell me can you extend a final defined class?
What is the difference between runtime exception and compile time exception?
How can you upload a file using php?
Is salary fixed or variable cost?
What is the difference between get and post in php?
Do you know what is the function mysql_pconnect() usefull for?
How do you access a get requests url parameter with php?
What is difference between session_unset and session_destroy?
How do you identify independent and dependent variables in research?
What is the importance of "action" attribute in a html form?
What is session cookies php?
Is there an easy way to delete an element from a php array?