How can we get second of the current time using date function?
4373
24-Aug-2011
Anonymous User
24-Aug-2011To get second of the current time using date function writes the following code.
$second = date("s");