How can we get second of the current time using date function?
Answer Posted / shanmuga
echo date('s');
This function will give the seconds of the current time.
| Is This Answer Correct ? | 52 Yes | 9 No |
Post New Answer View All Answers
How to protect special characters in query string?
What is the expansion of LAMP?
Is it possible to destroy a cookie?
What is the major php security hole? How to avoid?
How would you declare a function that receives one parameter name hello?
How can you increase the maximum execution time of a script in php?
what is PDO?
What does explode do in php?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What is the functionality of the functions strstr() and stristr()?
Explain what does $_files means?
How do functions work?
Explain briefly about a search-friendly site looks like?
What is the use of dual table in mysql?
Declare a new variable in php equal to the number 3;