Re: [PHP] Form Name Attribute Help!

2001-11-10 Thread Kal Amry
Thanks guy, well I have to edit a lot of forms then :) "Chris Hobbs" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It doesn't appear that the name attribute is passed (ref: > http://www.blooberry.com/indexdot/html/tagpages/f/form.htm). Instead, > try includin

Re: [PHP] Form Name Attribute Help!

2001-11-10 Thread Chris Hobbs
It doesn't appear that the name attribute is passed (ref: http://www.blooberry.com/indexdot/html/tagpages/f/form.htm). Instead, try including the following in each of your forms: Then you can check $formname in file.php for the value. Hope this helps! Kal Amry wrote: > I have posted this q

[PHP] Form Name Attribute Help!

2001-11-10 Thread Kal Amry
I have posted this question before so I'm giving another try in case new people are looking at the news list!! If I have a form in named formName1 such as: How can I get the name "formName1" from within file.php My original question was: Hi guys, If I have a code in file1.php such as: cod