05-04-2020, 08:56 PM
So, you see data from phyphox in your Doc1.txt?
If so, I am not entirely sure about the error from phyphox - and indeed, this time it is from phyphox. I suspect that this error could be the result of not getting any response from the server. Your PHP script does not generate any output, but phyphox tries to read from the server (I should probably add an option to ignore empty responses). Try to add
at the end of your script to see if it goes away.
If so, I am not entirely sure about the error from phyphox - and indeed, this time it is from phyphox. I suspect that this error could be the result of not getting any response from the server. Your PHP script does not generate any output, but phyphox tries to read from the server (I should probably add an option to ignore empty responses). Try to add
PHP Code:
echo "{}";