So, I'm writing a script in php to query my datbase for my forums, here is the code I have so far: Code: while ( $row = mysql_fetch_array($result) ) { //display ...