Hello 2 all. I have a problem. I try to make some plugin and I need to execute code like that:
or
And my apache is fall down. In another php script this is work in vB not. What is it? Thats vBulletin or my Apache?
PHP Code:
$data = implodfe("",file ('http://something.com/'));
PHP Code:
$data = file_get_content ('http://something.com/');
Comment