Problem in registration.
Help, I have a problem: I am writing a syntax error. Here is what he writes:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in Z:\home\php\www\index.php on line 29.
And here is where the alleged error
if (isset($_COOKIE['login'])). Updated from the comment .
<?php if (!isset($myrow['avatar']) or $myrow['avatar']=='') { print <<<HERE <form action="testreg.php" method="post"> <p> <label>Ваш логин:<br></label> <input name="login" type="text" size="15" maxlength="15" HERE; if (isset($_COOKIE['login'])) { echo ' value="'.$_COOKIE['login'].'">'; } print <<<HERE </p> <p> Who knows, help, it is very necessary.