oh man ich depp. hatte das vorhin auch hatte die ausgabe aber noch zusätzlich im schleifen teil drin. tja da wundert mich gar nix mehr  nichts desto trotz dickes thanks.
 nichts desto trotz dickes thanks.
							
						
					 nichts desto trotz dickes thanks.
 nichts desto trotz dickes thanks.
							
						 
 
			
		 [/color]<-ForumSuche rettet Leben-> ||  <-Schau in den Codeschnippsels->
[/color]<-ForumSuche rettet Leben-> ||  <-Schau in den Codeschnippsels->
<?php
while ($row = mysql_fetch_assoc($aufgabe)) {
  if ($tmpGruppeName != $row['GruppeName']) {
    $tmpGruppeName = $row['GruppeName'];
    ?>
      <tr bgcolor="#0000FF">
        <td colspan="3"><?php echo $row['GruppeName']; ?></td>
      </tr>
    <?php
  }
  if ($tmpuGruppeName != $row['uGruppeName'] and $i !=0) {
    $tmpuGruppeName != $row['uGruppeName'];
    ?>
      <tr>
        <td colspan="3"><?php echo $i; ?></td>
      </tr>
     <?php
  } else $i++;
  ?>
    <tr>
        <td width="37%"><?php echo $row['uGruppeName']; ?></td>
        <td width="47%"><?php echo $row['Beschreibung']; ?></td>
        <td width="16%"><?php echo $row['Preis']; ?></td>
    </tr>
}
?>
Comment