On Tue, Feb 14, 2012 at 13:36, Rick Dwyer <[email protected]> wrote:
>
> I only have access to domain B... the one receiving the Form POST.
Then all you should need to do is:
a.) Verify that Domain A is indeed pointing to Domain B, to
the script you expect, as a POST request.
b.) In the POST-receiving script on Domain B, try this simple snippet:
<?php
echo '<pre>'.PHP_EOL;
var_dump($_POST);
die('</pre>');
?>
That should give you all data from the post request.
--
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php