Hey. I was to read from an xml file with php. Lets say i was to read from string "<xml>" all the way to "</xml>". I need all the contents inside that. How can i do that. I need something that will read from one string to another. thanks
Hi, You can use the PHP parsing functions to do this, the URL below can be helpful: - http://in2.php.net/manual/en/intro.xml.php Cheers, ~Maneet