View Single Post
Old 09-24-2012, 03:47 PM   PM User | #474
Komshir
New to the CF scene

 
Join Date: Sep 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Komshir is an unknown quantity at this point
i'm getting this error:

Parse error: syntax error, unexpected T_FUNCTION in /home/admin/domains/xxx.xx[real domain]/public_html/youtubedown/VideoToMp3Converter/YouTubeToMp3Converter.class.php on line 188

the line is $url = preg_replace_callback('/(&type=)(.+?)(&)/', function($match){return $match[1].urlencode($match[2]).$match[3];}, $url);

i enabled error_reporting.

the script is not working
Komshir is offline   Reply With Quote