doushang1880 2011-06-01 13:44
浏览 63
已采纳

PHP代码,用于显示RIPE XML文件中的信息

Here is a tool for WHOIS lookups that I use: http://apps.db.ripe.net/search/lookup.html

It can present information in an XML file, like this: http://apps.db.ripe.net/whois/lookup/ripe/inetnum/192.36.171.155.xml

Let's say I wanted to read the XML file by using PHP and present the netname and descr fields in an HTML document, how would I do that?

  • 写回答

2条回答 默认 最新

  • doq1969 2011-06-01 14:03
    关注

    Take a look at SimpleXML. Once you've loaded the file it's easy to traverse...

    $xml = simplexml_load_file('http://apps.db.ripe.net/whois/lookup/ripe/inetnum/192.36.171.155.xml');
    echo $xml->objects->object->attributes->attribute[1]->attributes()->value;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 stable diffusion
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算