//variables include("../../include/paramDB.inc"); include("../../include/connection.inc"); connectToDB($host,$user,$pass,$db); include("../../include/fonctions.inc"); $table="plan_acces"; $extension_path="plan_acces/"; $path_images_download="/images/"; $images_path=$path_images_download.$extension_path; $result=mysql_query("SELECT * FROM $table",$link); if ( ! $result ) { $phrase= "Impossible d'ouvrir $table
"; include("../../index_vide.php4"); die(); } $num_ligne=0; while ( $a_row = mysql_fetch_row( $result ) ) { $plan[$num_ligne][Identif]=$a_row[0]; $plan[$num_ligne][fichier_m]=$a_row[1]; $plan[$num_ligne][fichier_r]=$a_row[2]; $num_ligne++ ; } $phrase= "