Codice PHP:
$query= SELECT Id FROM struttura_dati;
$result = mysql_query($query) or die(mysql_error());
while (row = mysql_fetch_array($result)) {
echo $row['Id']; //per farti vedere come recuperi il dato
}
Codice PHP:
$query= SELECT Id FROM struttura_dati;
$result = mysql_query($query) or die(mysql_error());
while (row = mysql_fetch_array($result)) {
echo $row['Id']; //per farti vedere come recuperi il dato
}
V.I.S.T.A. --> Virus Inside, Switch To Apple