Просмотр поста

.
petruzio

Помогите исправить ошибку
syntax error, unexpected 'case' (T_CASE)
Ошибка в 11-ой строке
1 <?php
2 define('_IN_JOHNCMS', 1);
3 $headmod = 'manager2';
4 $textl = 'Игрок';
5 require_once ("../incfiles/core.php");
6 require_once ("../incfiles/head.php");
7 require_once ('../incfiles/class_upload.php');
8 require_once ("../incfiles/manag2.php");
9 require_once ("../incfiles/manager_func.php");
10
11 case 'addplay';
12 /* Аренда */
13
14 if ($kom['id_admin'] != $user_id || $rights > 7) {
15 $time = trim($_POST['time']);
16 $money = trim($_POST['money']);
17 $timeval = $time * 86400;
18
19 echo '<div class="c"><a href="index.php">Вернуться</a></div>';
20 require_once ("../incfiles/end.php");
21
22 ?>
Ошибка в 11 строке!!!