View Single Post
  #4  
Old 05-26-2009, 06:23 AM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 48,492
Bloodrun
Send a message via Yahoo to Bloodrun
Default 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.
Reply With Quote