duanpa2143 2016-10-11 00:46
浏览 42
已采纳

提取iFrame显示的内容,将其保存在数据库中

My issue is that I´m looking how to copy or extract a particular content of a website. I get the content from a external feed provider (Iframe format), the content is updated every minute. The Iframe updates new results and for instance, could show from 1 to 2 lines in the table in average at any moment.

Since the information showed by the feed is dynamic, I can´t look for old results. Thus, my goal, (if it´s possible) have a script to read/copy the content within IFrame periodically and it sends it to a MySQL database, within the hosting server. With this would be possible build a results history and be able to show old results.

  • 写回答

1条回答 默认 最新

  • dongyou9721 2016-10-11 00:55
    关注

    What do you mean by "Iframe format".

    If you mean an <iframe> Tag, then you can read the data by the given URL in the <iframe> Tag.

    For example:

    // Lets assume this is the Iframe
    <iframe src="http://google.com/"></iframe> 
    // You can see ^ the link where the iframe loads the data from.
    
    // In PHP you could use file_get_contents($link) to return the result string, so...
    $url = 'http://google.com/';
    $var = filg_get_contents($url);
    
    // $var stores now Googles generated index-file, like a simple GET-Request would do
    echo $var;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥200 uniapp长期运行卡死问题解决
  • ¥15 latex怎么处理论文引理引用参考文献
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
  • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?