Posted by Mark D. Smith on 04/23/06 19:42
Hi
i can INSERT and UPDATE but DELETE is not working
$sql = "DELETE FROM table WHERE ID='$ID'";
$sql_result = mysql_query($sql,$connection) or die ("Couldn't execute Delete
of row $ID.");
$ID is the primary key and i want to delete the entire row based on the
users selection.
Mark
Navigation:
[Reply to this message]
|