Originariamente inviato da lyllo
leggere la guida di php sul fetch di un array è una cosa che ho fatto diverso tempo fa
non capisco come mai il vettore viene popolato due volte, quando normalmente non ho mai incontrato un errore simile.
http://it.php.net/mysql_fetch_array
mysql_fetch_array — Fetch a result row as an associative array, a numeric array, or both
...
By using MYSQL_BOTH (default), you'll get an array with both associative and number indices.