From: "Aaron Wolski" <[EMAIL PROTECTED]>

> 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?

The buttons can go anywhere inside the <form> 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...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to