how to display and include the user system date/time in a
php program/project
Answer / shivshambhu@ymail.com
<? php
echo date("F d,Y H:i:sa");
?>
output:-September 23,2010 21:38:54pm
| Is This Answer Correct ? | 2 Yes | 1 No |
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
How to create a table to store files?
How to split a string into array using php?
What is factory pattern in php?
Hello I m 1.5 exp, i want code : ms word to Html in php,retrieve the words in ms word in to dispaly browser in (same format,alignment). pls help me everybody Regards selva
What is meant by urlencode and urldocode?
What is csrf token in php?
What are the difference between array_keys() and array_key_exists() in php?
What is the delimiter default in PHP?
How do you get the Browser information?
How would you open a directory for reading in php?
How to open a file in php?