时间:2021-07-01 10:21:17 帮助过:23人阅读
';$Fixe = filter_input ( INPUT_POST, "idFixe" );$idMobile = filter_input ( INPUT_POST, "idMobile" );$opInstall = filter_input ( INPUT_POST, "opInstall" );$vga = filter_input ( INPUT_POST, "vga" );// echo $vga;// echo $opInstall;$q = new question ();if (isset ( $idMobile )) { echo ''; echo '';} else if (isset ( $Fixe )) { if (isset ( $opInstall )) { if ($opInstall == 'OUI' || $opInstall == 'oui') { echo ''; echo ''; } else if ($opInstall == 'non' || $opInstall == 'NON') { echo ''; echo ''; } } else if (isset ( $vga )) { if ($vga == 'Crea') { echo ''; echo ''; } else if ($vga == 'Repr') { echo ''; echo ''; } } else { echo ''; echo ''; }}// echo '