' . $c . ''; $alert = '

!!!

'; if ($c > 9999) { $tooBig = true; } function actualizeNumber($c) { if (file_exists('./visits.txt')) { file_put_contents('./visits.txt', $c); } } function checkNumber($c) { require './messages_and_variables.php'; } ?>