'; echo ''; echo ''; for ($i = 0; $i < $num_fields; $i++) { echo ''; } echo ''; echo ''; while ( $row = mysql_fetch_array($result) ){ echo ''; for ($i = 0; $i < $num_fields; $i++) { echo ''; } echo ''; } echo ''; echo '
'. $fields[$i] .'
'. $row[ $fields[$i] ] .'
'; echo ''; mysql_free_result($result); } } ?> Parse error: syntax error, unexpected '}' in C:\inetpub\24hbd\www\library\Main.php on line 936