Quote:
Originally Posted by Zorobz
still same error. just diffrent line since i added more lines...
always the last line saying "parse error, unexpected $".
frustrated :S
|
Your error is lines 473 to 476 ;
PHP Code:
if ($_REQUEST['submitrating'] == 1)
{
if ($_REQUEST['submitrating'] == 1)
{
Delete the last two of these lines - they are a repeat of the first two - causing to have an unclosed IF statement.