Hi,
I wrote a simple PHP script and uploaded it to a website hosted on epizy. The script itself just generates a short string and echoes it. It was my understanding based on a youtube tutorial that if I called urlfetch in a Nightbot command targeting that webpage, then the script would be ran, the text would be generated and it would be sent as a response to the urlfetch, which would then display it in Twitch chat. However, it keeps telling me that the response is longer than 400 characters, even with a test script that's literally only this:
<?php
echo "Test.";
?>
This is not super important, but I'd try to get it to work properly in the near future anyway. Can I get some help troubleshooting this please? I can't really find any documentation on what's going on behind the scenes, so I don't have a lot to go on :(
Thanks!


