it is a POST, didn't find anything in the doc about that. I reckon php doesn't handle that as the name is more a html id than part of the form, but need to make sure before telling my work mates to come up with another proposal ;-)
You are right, form name is not submited by browser. What value it would have anyway? But you can use
<form name="updateForm" action="script.php?formname=updateForm">
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php