Exposition d'art à bordeaux 2021-2022 - Peintures, Sculptures.
Agenda, exposition artistique, exposition d'art, exposition sculpture bordeaux, exposition peintures et peintres de bordeaux, Date et lieux des expositions à Bordeaux... Informations expositions d'art à Bordeaux
AGENDA, INFORMATIONS, EXPOSITIONS ARTISTIQUES A BORDEAUX
if(!($connecte = @mysql_connect($dbhost, $dblogin, $dbpassword)))
{
echo erreurServeurMySQL();
}
if (!isset($deb))
{
$deb = 0;
}
if ($connecte)
{
mysql_select_db($dbname);
$res=mysql_query("select * from $tableAgenda where etat=1");
while ($row= mysql_fetch_array($res))
{
efface($row[3],$today,$row[0]);
}
$resultat=mysql_query("select * from $tableAgenda where rubrique like 'Exposition' and etat=1 order by date_deb");
$count=mysql_num_rows($resultat);
$result=mysql_query("select * from $tableAgenda where rubrique like 'Exposition' and etat=1 and departement='33' order by date_deb limit $deb,$nbrchamp ");
while ($row= mysql_fetch_array($result))
{
affiche_concert($row[0]);
}
}
if ($deb > ($nbrchamp - 1))
{
$nbr_back = $deb - $nbrchamp;
$page=$page-1;
$back_adresse="concert-bordeaux.php?deb=$nbr_back&page=$page";
echo "