Here is one way you can do it:
Write the HTTP_POST_VARS info into a temp file on the server and make the other frames (which I assume are also PHP programs) read this file to get the info.
I guess the disadvantage would be coding the write to file algorithms, but think about it: you would eliminate having to send the data back and forth to the client.
hope this helps!
-sridhar