Re: [PHP] $_POST and multiple windows

2004-11-20 Thread Jason Wong
On Saturday 20 November 2004 21:02, Rory McKinley wrote: > My question is about the $_POST superglobal. I assume that there will be > only one instance of this superglobal per session and not per open > window You would in fact get a version of $_POST for *each* _request_. Request meaning each

[PHP] $_POST and multiple windows

2004-11-20 Thread Rory McKinley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello List Currently I am building an app that will have a navigation app that will allow users to open multiple windows (every time they click on a link it will open a new window) while the navigation window remains unchanged (for the purpose of this q