Mi salta fuori questo errore (piu volte!)
Warning: strpos() [function.strpos]: Empty delimiter. in /web/...tk.php on line 31
I delimitatori??Codice PHP:
if (strpos($array[$i],"$GPGGA") != false)
{
$temp= explode(",", $array[$i]);
$array[lat][$j]= $temp[2];
$array[lon][$j]= $temp[4];
$array[sign][$j]= $temp[6];
$array[sat][$j]= $temp[7];
//$array[speed][$j]= $temp[];
$array[alt][$j]= $temp[9];
$j++;
}
Non vanno bene?
Qaulcuno mi sa dire il perchè?
grazie![]()