If I use the header("Location: http://www.mysite.com/test.php?testnumber=1")
the testnumber is passed as "get" and shows in the url. This approach is also with size limitation of how large info I can send.
How can I pass the value AUTOMATICALLY as "post" in the php coding.
Do I have to write the php codes to to put the valueS I want to send in a form and auto submit the form to make the value pass as "post"?
Thanks!