Home > Backend Development > PHP Tutorial > 如何获取像NBA直播比分的实时数据

如何获取像NBA直播比分的实时数据

WBOY
Release: 2016-06-20 12:39:10
Original
2964 people have browsed it

 要做一个像NBA比分直播的网站,如何获取其他网站的信息,比如有个网站B也是做比分直播的,现在我要从该网站获取我要的相关数据,比如哪一场赛事的实时比分,没有该网站的接口,我使用PHP做的网站,该如何实现呢?求大神指点!!!!


回复讨论(解决方案)

用file_get_contents函数抓取页面,然后正则匹配想要的数据

具体如何实现的呢?大概的程序怎么走的呢?求赐教

curl 采集+正则获取内容。

@chenbiliang520 楼主,有什么进展咩?

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template