[PHP] Re: Form Name Attribute

2001-11-12 Thread Mike Harvey
I would use a field and look for that variable. -- Mike ~~~ MICHAEL R. HARVEY Web Creation - http://vestudiohost.com Internet Business Tools - http://ibiz-tools.com Sculpture, Craft, Jewelry - http://sculpture-by-mrh.com http://je

[PHP] Re: Form Name Attribute Help!

2001-11-10 Thread jimw
Kal Amry <[EMAIL PROTECTED]> wrote: > If I have a form in named formName1 such as: > > > > How can I get the name "formName1" from within file.php you can't. but you can add a hidden form field to each form to pass along a value. for example: ... (then you can just access $form in file.p