RE: [PHP] form submission logic

2004-05-07 Thread Aaron Wolski
> The buttons can go anywhere inside the tags. Since this is a PHP > list, though, you should really be asking is how would this form best work > with PHP to perform each desired action? > > ---John Holmes... Yeah, John, you're right. I should have made it more PHP related. Figured I could get

Re: [PHP] form submission logic

2004-05-07 Thread John W. Holmes
From: "Aaron Wolski" <[EMAIL PROTECTED]> > Within the tags I have my buttons - Publish, Unpublish, > New, Edit and Delete. > > Next I have a table of that displays a list of records from a database > with a checkbox to select a particular record. > > Once a record has been "selected" they click o

[PHP] form submission logic

2004-05-07 Thread Aaron Wolski
Hi all, Was wondering if someone had any idea's on this logic and if it'd work, before I tried to implement it: Within the tags I have my buttons - Publish, Unpublish, New, Edit and Delete. Next I have a table of that displays a list of records from a database with a checkbox to select a par