<?php session_start(); include ('private/mysql.php'); include ('tmp/head.php'); mysql_query("UPDATE `users` SET `next_day`='1'"); include ('tmp/foot.php'); ?>