使用 PHP 获取搜索输出
我想从我大学的电子指南“https://login.ku.edu.tr/eGuide/servlet/eGuide”获取搜索的输出。然而,它只能通过校园内或 VPN 访问。
我的目标是编写 php 代码,在任何搜索中获取“位置”字段的输出。但如果代码仅在校园内或登录 VPN 服务器的计算机上运行,也可以。
我如何从搜索中获取这个值?
谢谢。
I would like to get the output of my search from "https://login.ku.edu.tr/eGuide/servlet/eGuide" which is my university's eguide. However it is only accessible with in campus or the vpn.
My aim is, writing the php code which gets the output of the field "Location" in any search. But it is also ok if the code only works in the in campus or the computers who are login in the vpn servers.
How can I get this value from the search ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这完全取决于该搜索检索到的内容的格式。如果没有看到任何代码或生成的 HTML,我们无法提供任何提取数据的实际建议。基本上,您可能想对页面抓取进行一些研究。
that depends entirely on the format of the content retrieved by that search. without seeing any code, or resultant HTML, we can't provide any real advice for extracting the data. basically, you probably want to do some research on page scraping.