First of all, you don't send form with PHP. Sending the forms is done by the browser, which is client side, while PHP is server side.
AFAIK, a submit button normally only sends the form it is contained in, and for it to send other forms as well you'll have to use javascript.
Bookmarks