PHP调用其它站的数据(PHP小偷)
<form id="form1" name="form1" method="post" action=" http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx/qqCheckOnline"><input name="qqcode" type="text" value="12345678" />
<input type="submit" name="Submit" value="提交" />
</form>
<p> </p>
<p>提交到 http://WebXml.com.cn/</p>
<p>结果如下:</p>
<p><string xmlns=" http://WebXml.com.cn/">N</string> 如何通过操作。让结果显示在本页。。。</p>
<p>而不是显示在 http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx/qqCheckOnline 页。</p>
<p>要如何改代码?</p>
<p> </p>
</body>
</html>
追问:我的不应该不需要采集吧。。。我只是把页面的一个字每提取出来显示我想要的位置就哦了。。看你这么一说。。。我想file_get_contents就个好像就差不多了。。