リンクを差し引こうとしています
<a class="link" href="http://www.x.ro/index.php?page=profile&aid=560030" title="Profilul lui
私は試した
<?php
$output2='<a class="link" href="http://www.x.ro/index.php?page=profile&aid=560030" title="Profilul lui';
preg_match_all('#<a\sclass="link"\shref="(.*?)"\stitle="Profilul#i', $output2, $match);
print_r ($match);
?>
何も表示されていません... 配列 ( [0] => 配列 ( [0] =>
解決済み ... print_rt show anything, i don
が理由を知らなかったようです。var_dump は魅力的に機能しました