Tratto dalla guida di freephp.html.it
[supersaibal]
$result = mysql_query($query, $db);
$c=1;
while ($row = mysql_fetch_array($result))
{
$arr_img[count($arr_img)] = $row['Link'.$c];
$c++;
}
[/supersaibal]

come faccio ad adattarlo ai miei campi e non ai record?


ciao

dies