http://freephp.html.it/guide/lezione.asp?id=170
http://freephp.html.it/guide/lezione.asp?id=172
http://freephp.html.it/guide/lezione.asp?id=16
Codice PHP:$query = mysql_query("SELECT campo FROM tabella")or die (mysql_error());
while ($row = mysql_fetch_array($query)){
echo "Campo: $row[campo]";
}
![]()

Rispondi quotando