[PHP-DB] RE:[PHP-DB] Forms and more forms?

2004-03-05 Thread Swan, Nicole
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 2:11 AM To: [EMAIL PROTECTED] Subject: Spam:[PHP-DB] Forms and more forms? I'm talking to a MySQL database that contains info on all downloads from our site. I list all these entries, on a PHP page. The table structure etc

Re: [PHP-DB] Forms and more forms?

2004-03-05 Thread Tristan . Pretty
Cheers, I'll swing by php.net to learn about these functions... Tris... Jason Wong <[EMAIL PROTECTED]> 05/03/2004 10:42 To [EMAIL PROTECTED] cc Subject Re: [PHP-DB] Forms and more forms? On Friday 05 March 2004 17:10, [EMAIL PROTECTED] wrote: > TO enable multiple del

Re: [PHP-DB] Forms and more forms?

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 17:10, [EMAIL PROTECTED] wrote: > TO enable multiple deletions, I must place the whole table in another > form. > What happens is that no matter how many deletions I select, it only picks > up the one at the top of the page, or none, if the top one isn't selected. print_r(

[PHP-DB] Forms and more forms?

2004-03-05 Thread Tristan . Pretty
I'm talking to a MySQL database that contains info on all downloads from our site. I list all these entries, on a PHP page. The table structure etc, are static, but the fields retrieved, are dynamic, based on the users search criteria. Within each result, I've added a small form, that posts that