http request post

Status
Not open for further replies.

aet

New Member
Messages
1
Reaction score
0
Points
0
Hi,
I am trying to send a post to a file "index.php" in the public folder. I am using the following code to check if data was received:

if(empty($_POST['value'])) {
echo "No data received";
}

And I get "No data received"

I am sending the data from an external server. Does x10 hosting allow data requests from external servers?
 
Status
Not open for further replies.
Top