define('_IN_JOHNCMS', 1); $headmod = 'magazin';
$textl = 'Мой персонаж';
require_once('../incfiles/core.php');
require_once('../incfiles/head.php');
if (!$user_id) {
echo display_error('Только для зарегистрированных'); require_once('../incfiles/end.php');
exit;
}
$res = mysql_fetch_assoc(mysql_query("SELECT* from `users` where `id`='$id' limit 1"));
$list = glob('images/golova/*.png');
$mass = count($list);
$sstart =$star+2;
$kkmess = $kmess+2;
$end = $sstart + $kmess;
if ($end > $mass)
$end = $mass;
if ($mass > 0) {
for ($i = $sstart; $i < $end; $i++) {
echo ''.$list[$i].'
';
}
if ($mass > $end) {
echo '<p>' . pagenav('shop.php?', $sstart, $mass, $end) . '</p>';
}
require_once('../incfiles/end.php');
}
Ребят почему не переходит на другую страницу?