php - file_get_contents dont work? -
php - file_get_contents dont work? -
server: php 5.3
the line in question:
file_get_contents(http://subdomain.domain.com/api/id);
in http://subdomain.domain.com/api/id
have this:
$newfeeds = new newsfeeds(); $newfeeds->function($newsfeedparsefile); //insertamos memcachedb
and here doesn't work
$redis = cachefactory::get('redis'); $redis->addtolist("info_{1_2_fs}", "inforedis");
i don't error, doesn't add together queue.
the wear things when re-create address http://subdomain.domain.com/api/id , paste in address bar response want!
verify in php.ini if "allow_url_fopen" on, if isn't alter on.
php queue redis file-get-contents
Comments
Post a Comment