|
include("config.php");
include("connectmysql.php");
$ba=mt_rand(1, 3);
$bani="select * from baniere WHERE id= '$ba' ";
$resultatb = mysql_query($bani);
while($ligneb=mysql_fetch_row($resultatb)){
$ban=$ligneb[2];
}
?>
|
|
|
| |
|
include("left.php");
?>
|
include("switch.php");
?>
|
include("rigth.php");
?>
|
|
|
|