PHP script isn't receiving income POST data from a remote form

Posted by James Skidmore on Stack Overflow See other posts from Stack Overflow or by James Skidmore
Published on 2010-05-22T23:43:17Z Indexed on 2010/05/22 23:51 UTC
Read the original article Hit count: 160

Filed under:
|

I have a PHP script that uses standard POST variables like $_POST['email']. When a form on a remote server sends a POST request to my script, it doesn't receive the POST data at all. It's not in $_REQUEST either.

Thanks for any help!

© Stack Overflow or respective owner

Related posts about php

Related posts about post