
You need to upgrade your Flash Player
Click here to upgrade your
Flash Player
Flash Player


require("/home/wahu/config.php3"); $db = mysql_connect("$host", "$user", "$password"); mysql_select_db("$database",$db) or die ("Could Not Open $db: ".mysql_error() ); $query = mysql_query("SELECT counter.counter, coop.teamid, coop.id, resellers.name, resellers.email, resellers.telephone FROM counter, coop, resellers WHERE coop.id = counter.counter AND coop.teamid = resellers.id"); $row = mysql_fetch_array($query); ?>