Notice: Undefined offset: 17 in C:\Program Files (x86)\EasyPHP-5.3.2i\www\stage EST\plan_chargement.php on line 21
Notice: Undefined offset: 17 in C:\Program Files (x86)\EasyPHP-5.3.2i\www\stage EST\plan_chargement.php on line 25
quelqu'un pourrait m'aider?
function tasser($tab)
{
$longueur = count($tab);
$i = 0;
$j = 0;
while ($i < $longueur)
{
(ligne 21)
while ($tab[$i]== null && $i < $longueur)
{
$i++;
}
(ligne 25)
$tabF[$j] = $tab[$i];
$j++;
$i++;
}
return $tabF;
}
