Jump to content

unable to load xml file?


Zeradin

Recommended Posts

I'm working getting edits to work

I get these errors:

Warning: simplexml_load_file() [function.simplexml-load-file]: reviews/xml/98.xml:11: parser error : xmlParseEntityRef: no name in /home/hypboard/public_html/thehyp/reviews/album.php on line 4

Warning: simplexml_load_file() [function.simplexml-load-file]: <info>When The Tiger & Duke was released, I was blown away by the musicianship a in /home/hypboard/public_html/thehyp/reviews/album.php on line 4

Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/hypboard/public_html/thehyp/reviews/album.php on line 4
Unable to load XML file!

 

here's the line in question:

<?php
$id = $_GET['id'];
$file = "reviews/xml/".$id.".xml";
$xml = simplexml_load_file($file) or die ("Unable to load XML file!");

 

what could be the cause of this?

 

also i should note that reviews/98.xml exists and seems to be properly formatted

Link to comment
https://forums.phpfreaks.com/topic/120722-unable-to-load-xml-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.