[insert_php]
$occup = $_POST[occupation];
$button = $_GET[button];
global $pict_file;
global $modtrad_page;
global $comid;
global $connect;
$connect = mysqli_connect( ’emanetorg.mysql.db’, ’emanetorg’, ‘Xt6PsTNdS2′, ’emanetorg’ ) or die ( “Connexion au serveur sql impossible” );
if ($button == 1){
$modtrad_page = ‘
“;
}
if ($button == 2){
$modtrad_page = ‘
“;
}
if ($button == 3){
$modtrad_page = ‘
“;
}
if ($button == 4){
$modtrad_page = ‘
“;
}
echo $modtrad_page;
[/insert_php]