标签: php search
您好我有这样的代码:
<?php include('simple_html_dom.php'); $html=file_get_html('xyz.asp'); echo $html; // now I need to search the entire $html page for the word "happy," ?>
怎么做呢?