Habe eine Fehlermeldung bei folgenden Script:
	
Fehlermeldung:
	
		
Wo liegt der Fehler?
Ich will die Schleife vorzeitig verlassen wenn die if-Bedingung zutrifft.
Bitte um Hilfe, Danke.
					PHP-Code:
	
	
<?php
   $bzm=1;
   while (odbc_fetch_row($rstCheckHiwi,$bzm)): ?>
      <?php If (odbc_result($rstCheckHiwi,"bla") == odbc_result($RS,"bla") ){ ?>
         <?php  If (odbc_fetch_row($rstCheckHiwi,$bzm) == FALSE) { endwhile; } ?>
         <?php $antwort1 = "ja"; ?>
         <?php $m = $m + 1; ?>
      <?php } ?>
   <? 
   $bzm++;
   endwhile;
   ?>
			
			
				 syntax error, unexpected T_ENDWHILE
			
		
	Ich will die Schleife vorzeitig verlassen wenn die if-Bedingung zutrifft.
Bitte um Hilfe, Danke.
 
          
 endwhile??
									
									
									endwhile??
								
Kommentar