I was trying (unsuccessfully) to construct headers with POST information. What I'm trying to do is pass some information from one script to another without using URL. Basicly, I want to do the same thing browsers do when you submit a form. What is exact format of the POST headers, so I can build them using Header() function (I presume this would be the best way to do it)?