How-to articles, tricks, and solutions about PHP
Add 30 seconds to the time with PHP
You can use the strtotime function in PHP to add a specified number of seconds to a given time.
PHP - setcookie(); not working
There are several reasons why the setcookie() function may not be working.