标签: php fopen
我的错误是什么?
$url = 'http://sc-stream1.dancefm.net/;'; if (!$fp = fopen($url, 'r')) { trigger_error("Error URL ($url)", E_USER_ERROR); }
工作的:
$url = 'http://sc-stream1.dancefm.net/';
错误:
$url = 'http://sc-stream1.dancefm.net/;';