我想通過PHP得到的html代碼第一IMG我怎樣才能從HTML代碼中第一張圖片由PHP
我有這樣的代碼
$text = '
<b>hello</b>
this is the first img
<img src="http://localhost/1.png" title="first img" />
other img
<img src="http://localhost/2.png" title="other" />
';
我想在一個新的變量
第一源圖像http://localhost/1.png
感謝
正則表達式吧... http://php.net/manual/en/function.preg-match.php – Joum