[PHP] Re: Form Name Attribute

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

[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: form name=formName1 action=file.php method=post 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: form