View Single Post
Old 03-23-2007, 05:14 PM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally Posted by Headless View Post
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.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote