Люди у меня проблема... Помогите плиз...
При переходе к регестрации у меня что-то не определяет... Вот такие ошибки...
Code
Notice: Undefined index: next in T:\home\localhost\freedomtime\reg.php on line 14
Notice: Undefined variable: errm in T:\home\localhost\freedomtime\reg.php on line 65
Notice: Undefined variable: errp in T:\home\localhost\freedomtime\reg.php on line 67
Notice: Undefined variable: errr in T:\home\localhost\freedomtime\reg.php on line 73
В строке регистрации такое(где вводить мыло):
Code
<br /> <b>Notice</b>: Undefined index: email in <b>T:\home\localhost\freedomtime\reg.php</b> on line <b>64</b><br />
Вот строки с ошибками:
Code
if ($_POST['next']){ - 14строка
<?php echo err($errm); ?> - 65строка
<?php echo err($errp); ?> - 67строка
<?php echo err($errr); ?> - 73строка