Basandoci sul codice di prima:
Il tutto un po' a braccio e da sviluppare!Codice PHP:
$id-da-eliminare=$_POST['ident']; <-- Occhio che qui c'è da mettere qualche protezione
mysql_query("delete from TABELLA where $ID = $id-da-eliminare LIMIT 1;")
Basandoci sul codice di prima:
Il tutto un po' a braccio e da sviluppare!Codice PHP:
$id-da-eliminare=$_POST['ident']; <-- Occhio che qui c'è da mettere qualche protezione
mysql_query("delete from TABELLA where $ID = $id-da-eliminare LIMIT 1;")
Can You See Curtains? Then Isn't Windows!