Hi 🙂
Let's make this simple; I have this error on my site:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in ///***/cutenews/inc/shows.inc.php on line 281
On line 281 I have this code:
<input type=\"hidden\" name=\"".$_SESSION['spam']."\" value=\"$test\" />
And here's a little bit code around it:
<form name=passwordForm id=passwordForm method="post" accept-charset="utf-8" action="">
'.$say['password'].': <input type="password" name="password" />
<input type="hidden" name="name" value="'.$name.'" />
<input type="hidden" name="comments" value="'.$comments.'" />
<input type="hidden" name="mail" value="'.$mail.'" />
<input type="hidden" name="ip" value="'.$ip.'" />
<input type="hidden" name="subaction" value="addcomment" />
<input type="hidden" name="show" value="'.$show.'" />
<input type="hidden" name="ucat" value="'.$ucat.'" />
<input type=\"hidden\" name=\"".$_SESSION['spam']."\" value=\"$test\" />
'.$user_post_query.'
<input type="submit" /> <br>
<input type="checkbox" name="CNrememberPass" value=1 /> '.$say['remember'].'
</form>
And the reason y I posted this problem here and not to CN's support forum, is that there's no one answering... And I thought that this might be a common php problem :/
Thanks :quiet: