How to get seconds from current date using date function ?
Answers were Sorted based on User's Feedback
Answer / rupa
date("h:i:s");//get current time
date(s);//get only seconds
Is This Answer Correct ? | 25 Yes | 2 No |
Answer / ghan shyam
by using date function like :
date("s",time());
or
date("s",strtotime("$dt")); for given date in $dt
Is This Answer Correct ? | 1 Yes | 4 No |
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
What is binary safe string?
Is php a backend?
How to get the http request in php?
What are access specifiers?
What is the difference between file_get_contents() and file_put_contents() in php?
What does a delimiter do in mysql?
In forms when i am click submit button it will store on the desired table as well as it send to paticuler mail id. Any body know the answer plz give me detail information.
How to turn on the session support?
What is the difference between Reply-to and Return-path in the headers of a mail function?
Is php secure?
What type of headers that PHP supports?