Welcome to the Linux Foundation Forum!

PHP

I know this is not a Linux question, but this is still the smartest Group I know.

I made the simplest XML file I can contrive.

<? xml version 1.0 ?>

note

yes it is at the very top of the file.

Now I'm trying to pull it into my PHP.



$feat = new SimpleXMLElement(file_get_contents("main.xml"));



I've checked letter by letter, I don't see anything wrong in my code. permitions are correct in file and folder. what else would cause errors reading this in?

Comments

  • Posts: 1
    what is the error? you might want to turn on error reporting with:
    error_reporting(E_ALL);
    in your php script before loading the xml file.
  • This site can help you
    www.html.net

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training