Pages vues depuis 25/05/2001 : 108 395 988
Index du forum »» Bugs, Probs ... »» Nouvelle install sous usbwebserver PHP 8.1
Citation : nicolas2Citation : nicolas2
if (!is_null($rank1) {
$tmp_tempo[1]['en']=aff_langue($rank1);
$tmp_tempo[1]['selected'] = $chng_rank==1 ? true : false ;
}
if (!is_null($rank2) {
$tmp_tempo[2]['en']=aff_langue($rank2);
$tmp_tempo[2]['selected'] = $chng_rank==2 ? true : false ;
}
if (!is_null($rank3) {
$tmp_tempo[3]['en']=aff_langue($rank3);
$tmp_tempo[3]['selected'] = $chng_rank==3 ? true : false ;
}
if (!is_null($rank4) {
$tmp_tempo[4]['en']=aff_langue($rank4);
$tmp_tempo[4]['selected'] = $chng_rank==4 ? true : false ;
}
if (!is_null($rank5) {
$tmp_tempo[5]['en']=aff_langue($rank5);
$tmp_tempo[5]['selected'] = $chng_rank==5 ? true : false ;
}
la tu garde bien les indice de chaque rnk et tu fait bien un controle sur chaque rank non
Fatal error: Uncaught Error: mysqli object is not fully initialized in I:\xampp\htdocs\lib\mysqli.php:106 Stack trace: #0 I:\xampp\htdocs\lib\mysqli.php(106): mysqli_query(Object(mysqli), 'DROP TABLE IF E...') #1 I:\xampp\htdocs\install\sql\sql-create.php(6): sql_query('DROP TABLE IF E...') #2 I:\xampp\htdocs\install.php(264): write_database() #3 {main} thrown in I:\xampp\htdocs\lib\mysqli.php on line 106
Fatal error: Cannot redeclare Mysql_Connexion() (previously declared in I:\xampp\htdocs\mainfile.php:30) in I:\xampp\htdocs\mainfile.php on line 40