>     Sorry... I'm using GET.  I have used the code you supplied below,
> but as I mentioned, it gets sent for every itemid in the table.  I needs
> to be sent only once, and right after the action.  That's where I'm
> stumped.

Hidden form inputs should work with GET or POST -- they're only "hidden" from
being displayed on the page where the form is displayed.

I don't follow what you mean by "it gets sent for every itemid" -- can you post
an example of the query string that's being generated?

Ben

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

Reply via email to