If I use header command in the php program, I can transfer data to another site by Get method as following.
<?
header("Location:?>
But, how can I use post method to do same thing? since if it's a secured site, I don't want people to see the parameters.
Could someone please help?
<?
header("Location:?>
But, how can I use post method to do same thing? since if it's a secured site, I don't want people to see the parameters.
Could someone please help?