hi,
using date function I took the current time as below,
@$cur=date("h:i:s");
print "current time=".@$cur."<br>";
the result is,
current time=10:31:36
now what i want is to add 30 Seconds to this time,
any body know how to do this ?
i really appreciate if any body can help me.
thank you.
niroshan