Skip to main content
replaced http://ro1.php.net with https://www.php.net
Source Link

Contact your hosting! :)

Or try:

file_get_contents('http://api.stackoverflow.com/1.1/search?tagged=php'); // Most likely it's also blocked. 

You can also try to download with streams.

Or use socketssockets and connect directly to server and send a HTTP request and parse the response yourself.

There are ways, don't know if they work on your setup... if cURL is not available.

Contact your hosting! :)

Or try:

file_get_contents('http://api.stackoverflow.com/1.1/search?tagged=php'); // Most likely it's also blocked. 

You can also try to download with streams.

Or use sockets and connect directly to server and send a HTTP request and parse the response yourself.

There are ways, don't know if they work on your setup... if cURL is not available.

Contact your hosting! :)

Or try:

file_get_contents('http://api.stackoverflow.com/1.1/search?tagged=php'); // Most likely it's also blocked. 

You can also try to download with streams.

Or use sockets and connect directly to server and send a HTTP request and parse the response yourself.

There are ways, don't know if they work on your setup... if cURL is not available.

added 2 characters in body
Source Link
CodeAngry
  • 13.1k
  • 3
  • 54
  • 65

Contact your hosting! :)

Or try:

file_get_contents('http://api.stackoverflow.com/1.1/search?tagged=php'); // Most likely it's also blocked. 

You can also try to download with streams.

Or use sockets and connect directly to server and send a HTTP request and parse the response yourself.

There are ways, don't know if they workdwork on your setup... if cURL is not available.

Contact your hosting! :)

Or try:

file_get_contents('http://api.stackoverflow.com/1.1/search?tagged=php'); // Most likely it's also blocked. 

You can also try to download with streams.

Or use sockets and connect directly to server and send a HTTP request and parse the response yourself.

There are ways, don't know if they workd on your setup if cURL is not available.

Contact your hosting! :)

Or try:

file_get_contents('http://api.stackoverflow.com/1.1/search?tagged=php'); // Most likely it's also blocked. 

You can also try to download with streams.

Or use sockets and connect directly to server and send a HTTP request and parse the response yourself.

There are ways, don't know if they work on your setup... if cURL is not available.

Source Link
CodeAngry
  • 13.1k
  • 3
  • 54
  • 65

Contact your hosting! :)

Or try:

file_get_contents('http://api.stackoverflow.com/1.1/search?tagged=php'); // Most likely it's also blocked. 

You can also try to download with streams.

Or use sockets and connect directly to server and send a HTTP request and parse the response yourself.

There are ways, don't know if they workd on your setup if cURL is not available.