Web サイトから NAME、ADDRESS、EMAIL を抽出したい
http://agentquery.com/agent.aspx?agentid=13
PHP で file_get_contents() を使用してこれを行うにはどうすればよいですか
例えば
$abc = file_get_content("http://agentquery.com/agent.aspx?agentid=13");
そこから NAME、EMAIL、ADDRESS を抽出するにはどうすればよいですか?