RE: [PHP] Re: Delete Confirmation

2002-03-22 Thread Boaz Yahav
: Daniel Negron/KBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 6:20 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: Delete Confirmation Actually I have that working fine. I was just looking to add to the code a confirmation box of some sort. either typing in YES or clicking a YES

Re: [PHP] Re: Delete Confirmation

2002-03-20 Thread Daniel Negron/KBE
] Re: Delete Confirmation 03/20/2002 11:03 AM

[PHP] Re: Delete Confirmation

2002-03-20 Thread Matt Wallace
Daniel Negron/Kbe wrote: > Does anyone have examples of record deletions from php to mysql Could you be more specific? $sql = "DELETE from tablename where tablename_idx = $index"; $result = mysql_query($sql); would be a very simple example of deleting a record from a hypothetical database wi