preg_match_all('/src="([^"]*)"/', $description, $result); echo "Image Source : " . $result[1][0];. Using DOM : Here is a DOMDocument/DOMXPath ...
確定! 回上一頁