Re: [PHP] skip file_get_contents

2005-01-24 Thread Richard Lynch
Ahmed Abdel-Aliem wrote: > hi, i have a script that parses data from xml document > my problem is sometimes i get error when getting file content from xml > file fails > so how can u make the script ignore that part when it fails to pull > the data from the xml file. > > here is the script : > > $x

[PHP] skip file_get_contents

2005-01-23 Thread Ahmed Abdel-Aliem
hi, i have a script that parses data from xml document my problem is sometimes i get error when getting file content from xml file fails so how can u make the script ignore that part when it fails to pull the data from the xml file. here is the script : $xp = xml_parser_create(); xml_set_characte