<?php
$dosya = fopen('merhaba.xml', 'r+');
$icerik = fread($dosya, filesize('merhaba.xml'));
#echo $icerik;
fclose($dosya);
preg_match('#<iframe src=\'(.*?)\' width=\'626\' height=\'367\' frameborder=\'0\' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>#', $icerik, $videolar);
echo $videolar;
?> Array to string conversion HATASI
0
●642
- 04-06-2015, 17:10:54