as far as I know there is no way to do that. therefore create a hidden field in the form that holds the form name, ie: <form name='registrationform' action=blah> <input type='hidden' name='formname' value='registrationform'> . . . </form> <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When you set up a form in HTML whose action is a .php script (ie: <form name=blah action="dosomething.php">), is there some way to get the name of the form within the .php script? > > Eric > > _______________________________________________________ >
-- PHP Windows 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: [EMAIL PROTECTED]