i use a header("Location:http://www.foo.com/foo.php?querystring=blah&next=soonandsoforth") and the problem is that i can't have a querystring beyond 1024 bytes while what i have to send is more than 1024 bytes... so i need to send data thru a POST method, but then again i have no idea what header to set and how in the php script to get this thing going... PLEASE HELP !!!!
No way to combine POST with redirection, afaik. Have you considered using sessions so you don't have to send so much data in the url?