View file update_users_time.php

File size: 185B
<?php
include('config.php');
// обновление даты пользование топом
$time_stamp=time();
if(mysql_query("UPDATE `top_users` SET `date`='".$time_stamp."';")) echo 'обновленно!<br>';
?>