dqpfkzu360216 2016-11-21 23:33
浏览 85
已采纳

在PHP中使用if / else和a for循环从XML文件中提取

I'm trying to retrieve data from an XML file using PHP and keep returning the same data in my xml file, regardless of what variable it is. I realise it should be in a loop.

I've been trying to get it to go into a loop but then the code doesn't seem to work. There doesn't seem to be any great examples on the web of combined if/else statements in a for loop. Anyone know of a quick work round? Thank you.

$xml=simplexml_load_file("images/database.xml") or die("Error: Cannot create object");
if ($word = 'Agitated') {
echo $xml->programme->mood['Agitated'] . "<br>";
echo $xml->programme->name . "<br>";
echo $xml->programme->description . "<br>";

}
else {
echo $xml->programme->mood['Calm'] . "<br>";
echo $xml->programme->name . "<br>";
echo $xml->programme->description . "<br>";
}
  • 写回答

1条回答 默认 最新

  • doutanghuan9595 2016-11-22 00:28
    关注

    You only have one equal sign (=) inside your if, you need two for comparison (==).

    But your logic is wrong, if you want to loop, you need a while, for, foreach and any other iterator function

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵