par
bob56@ » 22 nov. 2012, 13:37
Bonjour à tous

,
Voilà mon soucis : J'ai plusieurs erreurs dans mon fichier Log
Parlons de la première =
ERROR : PHP Error #8192 : Function ereg() is deprecated /htdocs/forum/libs/required/lib.get_topics.inc#90
==========================================================================
while($row = $fog_db->fetch_assoc()){
if($row['id'] != $tid){
$tid = $row['id'];
$array[$tid] = $row;
while(list($key,$val) = each($row))
//---ligne90---- // if(ereg('^f_',$key)){
unset($array[$tid][$key]);
$array[$tid]['forum'][substr($key,2)] = $val;
}
reset($row);
while(list($key,$val) = each($row))
if(ereg('^p_',$key)){
si vous avez la solution, par
avance Merci