header("Location:post.php?id=120");
This is the method which i am using now to pass values between two pages. This is not a secure way. Instead of that i want to use "post" method of sending values while redirecting. Is there any equivalent way to "post" in PHP ? I am looking at alternate ways to do this (since not secure)