/*---------------------------------------------------+ | PHP-Fusion 6 Content Management System +----------------------------------------------------+ | Copyright © 2002 - 2006 Nick Jones | http://www.php-fusion.co.uk/ +----------------------------------------------------+ | Released under the terms & conditions of v2 of the | GNU General Public License. For details refer to | the included gpl.txt file or visit http://gnu.org +----------------------------------------------------*/ require_once "../maincore.php"; require_once THEMES."templates/header.php"; $query = "SELECT * FROM match_showminion WHERE sm_pet='8625regular' ORDER BY sm_name"; $result = mysql_query($query) or die("There was a problem with the SQL query: " . mysql_error()); opentable("View Matches"); echo "
";
echo " | |||
$sm_name | ";
// increment counter - if counter = max columns, reset counter and close row
if(++$i == $max_columns)
{
echo "![]() | ";
}
echo "||