PHP: mysql_num_rows - Manual - PHP: Hypertext Preprocessor
Re my last entry: This seems the best workaround to get an 'ordinary' loop going, with possibility of altering output according to row number (eg laying out a schedule) $rowno=mysql_num_rows($result); for ($i=0; $i...