require_once "lib/lib.sql.php"; require_once "lib/lib.util.php"; //selectjs function selectjs($name, $rs, $ref, $javascript=null,$first=null, $more=null) { echo ''."\n"; } ?>
The board games :
Would you like to buy the Blokus Classic, Duo/Travel or Trigon board games? Indicate your country, and go directly to the online sales sites of our dealers.
Choice of country:
$pays = $lg;
if($_GET['pays']) $pays = $_GET['pays'];
$sql = "
SELECT d.pays, p.nom
FROM `distributeur` d inner join pays p on trim(d.pays) = trim(p.id)
where lg = '".$lg."'
group by d.pays
order by trim(p.nom)";
selectjs("pays", sqlexec($sql), $pays, "onchange=\"reload(this.value)\"");
?>
Contact details of your local distributor:
".ucwords(strtolower($row['nom']))."
|