Posted by sheldonlg on 03/21/06 15:13
I always have the following in my coding section:
if (isset($_POST['delete'])) {
stuff....
}
I do this for all buttons that require processing.
The other thing you can do if a redirect is all you want is to use
straight html where you enclose the specified fields (if possible on
your page) within a separate named form whose action is your redirect
and whose fields are named "del" and "table".
Navigation:
[Reply to this message]
|