Quote:
Originally Posted by Headless
Parse error: syntax error, unexpected ';'
wtf does this mean?
it's on this line
"U_AGREE_OVER13" => append_sid("profile.$phpEx?mode=register&refer _id=$refer_id&". $board_config['agreed_var'] ."=".$board_config['agreed_val']&refer_id=$refer_id),
|
Try this
"U_AGREE_OVER13" => append_sid("profile.$phpEx?mode=register&refer _id=$refer_id&". $board_config['agreed_var'] ."=".$board_config['agreed_val']
."&refer_id=$refer_id
"),
I presume the statement is continued on the next line, if not then delete the final , and replace it with a ;
Where did you get this code? As you've posted it I don't think it would have ever worked.