Hi,
You can use cUrl to send data via POST from php to an url address, and then to get the response.
You can find on the net details about cUrl.
Or, you can add the value of $un into a SESSION, then, in client_view.php you get that value from SESSION.
MarPlo Reviewed by MarPlo on . Get to Post (PHP) Hi, I'm recently having problems using Get because it shows a lot of vulnerabilities. What I need now is how do I work around this sample code? <?php header("refresh:2;url=client_view.php?un=$un"); } ?> So basically, it refreshes to the url xxx/client_view.php?un=$un so I'm using to get the values of $un usting the GET method. Because of this, there would be a lot of vulnurabilites. How do make my way to send the $un to client_view.php without using GET but POST and also, it Rating: 5