How can we get second of the current time using date function?
Answer Posted / rahul
$second = date('s');
echo $second;
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is include in php?
Which is correct about mysqli and pdo?
How can we define a variable accessible in functions of a php script?
Is salary a ratio or interval?
What does == mean in php?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is the difference between unset and unlink?
How to Retrieve a Cookie Value?
Do you know what is the difference between the include() and require() functions?
Tell me how can we change the maximum size of the files to be uploaded?
What are php variables?
How do I see how many pages per session in google analytics?
What are the different data types in javascript?
What is string function sql?
What is the use of header in php?