Accept post data from remote server
Hi,
I have two server. From 1st server I'm sending a html form to 2nd server with "POST" method. But 1st server cant not read post data.
Form
tst.php
print_r($_POST);
?>
Result = Array ( );-
Yeah, you need to post that to an actual script, not just the domain 0 -
Hello, Do you notice any specific error messages in /usr/local/apache/logs/error_log on either server when this happens? Also, let us know if the previous responses to this thread are helpful. Thanks! 0
Please sign in to leave a comment.
Comments
2 comments