while ($row = mysql_fetch_assoc($result)){
echo '<li>';
echo '<input type="hidden" name="id" value="'.$row['id'].'" />';
echo '<input type="submit" name="service_del" value="Удалить?">';
echo "<hr>";
echo '</li>';
}
while ($row = mysql_fetch_assoc($result)){
echo '<li>';
echo '<form method="POST">';
echo '<input type="hidden" name="id" value="'.$row['id'].'" />';
echo '<input type="submit" name="service_del" value="Удалить?">';
echo '</form>';
echo "<hr>";
echo '</li>';
}
while ($row = mysql_fetch_assoc($result))
for ($j = 0; $j < count($row); $j++) {
echo '<input type="hidden" name="id" value="'.$row['j'].'" />';
echo '<input type="submit" name="service_del" value="Удалить?">';
}
if(isset($_POST['id'])) {
//это небезопасно, это устаревший код, но он будет работать
mysql_query("DELETE FROM table WHERE id = $_POST['id']");
}
while ($row = mysql_fetch_assoc($result)){
echo '<li>';
echo '<form method="post">';
echo '<input type="hidden" name="id" value="'.$row['id'].'" />';
echo '<input type="submit" name="service_del" value="Удалить?">';
echo '</form>';
echo "<hr>";
echo '</li>';
}
echo '<input type="submit" name="service_del['.$row['id'].']" value="Удалить?">';