Tagged Questions
1
vote
4answers
295 views
PHP No response Issue
I have this piece of code I'm trying to get to display but no matter how I do it I just don't get any response or error whatsoever.
<?php
$day = ...
0
votes
2answers
567 views
Problem getting response from server using cURL, file_get_contents, etc
I am trying to get the response from a server, which is now not giving any response. I tried file_get_contents(), cURL, and tried getting the headers, but apparently the server is not responding. ...