"; show_table_header("QUEUE"); ?> "; echo "\n"; echo "Next time to checkHostDescription"; echo "\n"; while($row=mysql_fetch_row($result)) { $i++; $itemid=$row[0]; $time=$row[1]; $description=$row[2]; $host=$row[3]; if($col==1) { echo ""; $col=0; } else { echo ""; $col=1; } echo "\n"; echo "$time$host$description"; echo "\n"; echo ""; echo "\n"; } echo ""; ?>