diablo9975
Active Member
wow.. you are learner? :o
great tool mate
works all for me
great tool mate
preg_match('#\[IMG\](.*)\[\/IMG\]#', $data, $matches);
$url='http://www.imdb.com/';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
$content = curl_exec($ch);
$info = curl_getinfo($ch);
curl_close($ch);