Просмотр файла games/head.php

Размер файла: 298B
<?
error_reporting(0);
$nast=mysql_fetch_array(mysql_query("SELECT * FROM `options`"));
echo '<html><div class=head><head><title>'.$nast['title'].'</title><link rel="stylesheet" type="text/css" href="http://games.doulin.h2m.ru/style.css"/></head><body></div>';
$prev=explode("*",$nast['image']);
?>