RE: Parse error: syntax error, unexpected T_ELSE in /home/.nyles/
[s]Well for one thing. The else/else if/and if's can't have around them. You need to get rid of that.[/s]
Lol whoopsy daisy, thats for the indication of the line nvmd.
Anyway, you are either missing one of two things, or both:
A left bracket that closes the very top 'if' statement, such as:
if($isloggedin == "yes"){
} <--
else{
}
Or, you erased a 'if' statement, its more likely the first.
|