session_start(); $htd = ''; $hauteur = ''; if(!empty($_GET)){ $langue=$_GET['langue']; $id_article=$_GET['rub']; $_SESSION['langue']=$langue; $cat=1; } if($langue=="fr"){ $langue2="en"; } if($langue=="en"){ $langue2="fr"; } include('connexion.php'); $p=mysql_query("SELECT * FROM `aricle` WHERE `id_article` = $id_article"); $oo=mysql_fetch_array($p); $ti=""; $hauteur="height:".$oo['taille']."px"; $htd=$oo['taille']."px"; $page="arti"; if($langue=="fr"){ $add=$oo['add'].".php"; } if($langue=="en"){ $add=$oo['add']."_en.php"; } ?>
border="0" cellpadding="10" cellspacing="10"> | |
|
echo $ti ?> include($page.'.php')?> |