[PHP-DB] deleting records using a checkbox

2003-03-18 Thread Mark
hello i have been trying to delete items from a guestbook using multiple checkbox fields but have had no success this is the code i have been using to add the checkbox's to the records: while ($rows = mysql_fetch_array($result)) { Queen Vic Message Book Date/Time Posted: Name:

Re: [PHP-DB] deleting records

2002-04-07 Thread John Hughes
To: <[EMAIL PROTECTED]> Sent: Sunday, April 07, 2002 12:51 AM Subject: [PHP-DB] deleting records > It's late and I'm getting groggy. > > I have a table called mail_list. There are four possible list_names. > > I want to be able to either delete an email assoc

[PHP-DB] deleting records

2002-04-06 Thread John Hughes
It's late and I'm getting groggy. I have a table called mail_list. There are four possible list_names. I want to be able to either delete an email associated with a particular list or all matching email. Deleting WHERE email AND list match works fine. The problem is when I want to delete an a

[PHP-DB] Deleting records...

2002-02-20 Thread jas
Ok I am trying to delete records from a database using an html form. I have 2 files, file one = remove.php3 which queries the database table and displays the current contents. Code is as follows. Current Inventory"; $count = -1; while ($myrow = mysql_fetch_row($result)) { $count ++; echo "Type