Hi,
I want to add 1 hour with current time,i done this using following method
date('h:i:s',strtotime('+10 minutes')
but i want to take the current time in a variable and add that time with 1 hour,but that value could not change as the time changes.
help me out to solve this problem.
Regards,
Vidhya