Perhaps an incomplete $_POST
I just noticed something a little odd, and maybe there is a simple
solution. Given a form;
<form name="foo" action="foo.php" method="POST">
The attributes, especially the name "foo", never appear in any variables
array. I am thinking that this might be handy to have for several
reasons when processing the form. I have several reasons for needing the
information, does anyone know how to get this in the processing script
without having to add hidden fields or do some Ajax magic?
.
Relevant Pages
- Re: My first Python program -- a lexer
... What were the reasons for preferring (foo) over? ... reported value of offset will be incorrect. ... (comp.lang.python) - Re: Starting page numbering 21 at page 21 but no numbering precedi
... I concur with that as there are two good reasons. ... "Suzanne S. Barnhill" wrote in message ... Even though I use StyleRef fields extensively, I still use a Next Page (or more often Odd Page) section break between chapters because I want to take advantage of "Different first page" to have no header on the first page of a chapter, as well as running heads throughout the rest of the chapter. ... For example, it is common to start Heading Level 1s on a new page, so adding PageBreakBefore to the H1 style achieves what is needed without resort to any manual breaks. ... (microsoft.public.word.pagelayout) - Re: [PHP] Perhaps an incomplete $_POST
... One trick that might help you - if your form action is POST, ... in a hidden input instead. ... I have several reasons for needing the ... does anyone know how to get this in the processing script ... (php.general) - Re: Mallard (8-12)
... >One of the reasons I generally ignore the strip. ... Tinsley seems to have ... >a odd world perspective, like one might have if one read about how to ... (rec.arts.comics.strips) - Re: [PHP] Perhaps an incomplete $_POST
... One trick that might help you - if your form action is POST, ... in a hidden input instead. ... I have several reasons for needing the ... does anyone know how to get this in the processing script ... (php.general) |
|