In PHP, i want to open more that one window and each one of them need to recieve different post data.
i know how to redirect a page via header location + Get DATA, but i really need to be able to send POST data.
EDIT:
Graph
|-Page with post 1
Main --|-Page with post 2
|-Page with post 3
so basically 1 page goes and open 3 pages with different post data on each. must be done server Side.
why not use three forms? 😉 Code tested, works.
Of course, if you want post data via serverside usefull link will be this: http://noobflash.com/server-side-post-with-php/