"Aaron Wolski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 <form></form> 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 one of the top buttons to > perform their desired action. > > WILL this work OR do the buttons HAVE to go at the bottom?
This is more of a HTML than a PHP question, but anyway: It doesn't matter where you put the buttons as long as they are INSIDE the form-tag and have different names. Regards, Torsten > > Thanks! Any help is appreciated. > > Regards, > > Aaron > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php