Re: [PHP] Redirection
I believe you can use cURL to create POST requests.
-TG
----- Original Message -----
From: "Ben" <bmiller@xxxxxxxxxxxxxxxxx>
To: php-general@xxxxxxxxxxxxx
Date: Wed, 7 May 2008 17:55:34 -0600
Subject: [PHP] Redirection
Is there a way to take all the variables, no matter what their names and
values are, from the parameters in a url and POST them to another URL so
that they don't show up in the address bar? I've noticed a huge increase
in
my bounce rate since I added some tracking parameters to my urls, but I
need
the tracking parameters so I don't trust a client-side redirect. Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
Relevant Pages
- Re: HELP: strange php behavior downloading html
... problem in less than an hour, using cURL with PHP. ... Here is the function I wrote to download a uri into a file (following ... all redirects, ignoring old cookies, and passing set cookies to redirects): ... (comp.lang.php) - Re: [PHP] PHP 5 file_get_contents() problems
... I created a simple set of curl functions which just printed a remote url to ... This tested well on an alternate test site which has PHP ... The given remote host was not resolved. ... So I'm lead to believe there is some other PHP configuration (or server ... (php.general) - Re: Auto submitting a form that contains a file field
... Client end is NOT php. ... Thanks, - Dave ... post-file in wget or the equivalent in CURL to do the thing. ... (comp.lang.php) - RE: [PHP] Help needed with Curl
... The script is the same on both machines. ... I downloaded a copy of PHP Version 5.2.3 and installed it on Windows ... Everything seems to work fine except for Curl. ... cURL Information libcurl/7.16.0 OpenSSL/0.9.8e zlib/1.2.3 ... (php.general) - Re: [PHP] Send XML file with curl functions
... Option 2 is what I'm trying to do, but the problem is that when curl ... The problem i'm having is that i'm creating the xml file with php - so the contents are stored in a variable. ... or Use PHP CURL functions ... (php.general) |
|