Re: [PHP-DB] updating several rows with a single form

2002-05-04 Thread Miles Thompson
Go to Julie Meloni's site at http://www.thickbook.com and have a look at the tutorials, or any of the tutorials listed on the PHP home page, or at DevShed, or PHPBuilder, or WebMonkey, or Zend. There are lots to choose from. Miles Thompson At 07:55 PM 5/4/2002 +0200, Antoine Panier wrote: >Hi

[PHP-DB] updating several rows with a single form

2002-05-04 Thread Antoine Panier
Hi all, Newbie's trouble: I can't figure out how to build a form and a script to update/delete several rows from a mysql table with a single form. I would need to list all the rows of a table, and be able to change the content of one column. With a single submission ... Any idea would be much app