ciao, se ho capito bene
fa un ECHO per ogni risultato che fa la query ($QUERY)Codice PHP:
$query=mysql_query("SELECT id FROM tabella WHERE condizione");
for ($i=0; $i<mysql_num_rows($query); $i++) { echo "input"; }
Andrea
ciao, se ho capito bene
fa un ECHO per ogni risultato che fa la query ($QUERY)Codice PHP:
$query=mysql_query("SELECT id FROM tabella WHERE condizione");
for ($i=0; $i<mysql_num_rows($query); $i++) { echo "input"; }
Andrea