Short answer: No.
Long answer: If your PHP code is inline, I don't see why you couldn't use the form name in your PHP code. However, if your PHP code resides in a separate script and you're submitting your form to that script, then you need to explicitly pass in the name of the form through an input element (a hidden input element will work).