How to get seconds from current date using date function ?
Answer Posted / rupa
date("h:i:s");//get current time
date(s);//get only seconds
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
Tell me what is the importance of "action" attribute in a html form?
Tell me what is the actually used php version?
How to execute an sql query? How to fetch its result?
When a conditional statement is ended with an endif?
What is traits? How it is used in php?
How to upload file in php?
Tell me how can we determine whether a variable is set?
How does php and apache work?
What is session data?
What is a controller php?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
What is helper function?
What is difference between explode() or split() in PHP?
What are the differences between echo and print?
How do I run a php script?