Hello j,
Tuesday, March 22, 2005, 10:13:50 AM, you wrote:
j> I'm trying to get the name of a form. I tried the following code,
j> but I guess the data in $_POST only contains data on the form
j> elements that go inside the form tags, but not info from the form
j> tag itself. Any suggestions on how
Hello,
Tuesday, March 22, 2005, 5:13:50 PM, you wrote:
jk> I'm trying to get the name of a form. I tried the following code, but
jk> I guess the data in $_POST only contains data on the form elements
jk> that go inside the form tags, but not info from the form tag itself.
jk> Any suggestions on h
I'm trying to get the name of a form. I tried the following code, but
I guess the data in $_POST only contains data on the form elements
that go inside the form tags, but not info from the form tag itself.
Any suggestions on how to get the form name?
$value) {
echo $key . "---" . $value . "";
}
e
Thanks Simon.
You would have though as it there they would make it part of the form.
thanks again.
M@
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMA
From: "Matt Williams" <[EMAIL PROTECTED]>
> Hi
>
> Is there a way I can get the name of the form that has been posted?
>
> Looking at the form vars I don't see a name var or such in there.
>
> TIA
>
> M@
The NAME attribute of the FORM element is intended for scripting purposes
only.
But you sh
Hi
Is there a way I can get the name of the form that has been posted?
Looking at the form vars I don't see a name var or such in there.
TIA
M@
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To co
6 matches
Mail list logo