How can we get second of the current time using date function?
Answers were Sorted based on User's Feedback
Answer / shanmuga
echo date('s');
This function will give the seconds of the current time.
| Is This Answer Correct ? | 52 Yes | 9 No |
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
How can I embed a java program in php file and what changes have to be done in php.ini file?
what are the errors and when we get that particular errors.and who will give that errors
what do you mean by php.ini file ?????????
How does php and apache work?
Name some of the constants in php and their purpose.
What is the difference between php4 and php5?
When is a conditional statement ended with endif?
Which is the best php framework for a beginner?
Why do we use interface in php?
how to install openssl, ISAPI, pdf modules in php 5.2.5 with apache on windows xp.
What is cookie and session in php?