devi metterci un campo hidden con il valore che ti serve
Codice PHP:echo '<td><form method="get">
<input type="hidden" name="id" value="' . $row['id'] . '">
<input name="button3" type="submit" value="Vota" class="button3" />
</form>
</td>';
devi metterci un campo hidden con il valore che ti serve
Codice PHP:echo '<td><form method="get">
<input type="hidden" name="id" value="' . $row['id'] . '">
<input name="button3" type="submit" value="Vota" class="button3" />
</form>
</td>';