I have an engine:
<?php include ('http://pokelight.pz9.ru/core.php'); $page = $_GET['page']; switch ($page) { default : case '': include ('http://pokelight.pz9.ru/style/main.php'); break; case 'register': include ('http://pokelight.pz9.ru/style/register.php'); break; } ?> on the local server, it works, but as it is flooded, the current stopped working =) Please tell me what the error is