I have to pass a post variable to one page and get back the value though http request.
I tried to make request to some page like yahoo.com. It's success for me to use the fsockopen function.
...
Type: Posts; User: gavintat; Keyword(s):
I have to pass a post variable to one page and get back the value though http request.
I tried to make request to some page like yahoo.com. It's success for me to use the fsockopen function.
...
Thanks your reply.
I tried it b4.
it doesn't work 2.
Is there any difference between "Location: https://www.example.com/page.php"; and "Location: page.php";?
Recently, I've got a problem in building up a website.
I have to migrate my website from http one to https.
But there is a problem.
in http:
after database processing, it redirects the internal...