php1.php
<form action="view.php" method="post">
<tr>
    <td colspan="4">HTTP://<input type="text" name="txtSiteUrl" id="txtSiteUrl" /></td>
    <td colspan="4"><input type="submit" value="查询" name="btnQuiry" id="btnQuiry" /></td>
</tr>
、、、、、、、
</form>view.php应该如何写,才能读取http://link.chinaz.com/这个网站的内容,text文本数据如何传递