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?
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?