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 |
hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?
How to initiate a session in php?
How to track user logged out or not? When user is idle?
how to upload a file in php.write a syntex for that
Tell me what is the definition of a session?
How do you check is php not empty?
Why do we use htaccess and where?
How to find out, how a user visited a particular page?
Is php pass by reference or value?
How can I make a script that can be bilanguage (supports English, German)?
What is the empty function?
Explain about getters and setters in php?