[Solved] Help with a unexpected T_ELSE [closed]
I assume that ‘blabla’ isn’t actually in your code but there is, in fact, something meaningful there. Remember to test for something with your if statement. if($some_condition) { for(blabla) { if($another_condition) { } // end of if statement inside the for loop } // end of for loop. } // end of if statement else{ … Read more