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 |
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What is a php form?
what is interface in java.
Whether site will complete the execution of the script if Fatal error occurs ?
•How can we submit a form without a submit button
What types of loops exist in php?
What is the difference between characters and #?
what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?
How to test if a variable is an array?
Draw the architecture of Zend engine?
What are the advantages and disadvantages of Cascading Style Sheets?