PHP Classes

Great little script!! You saved my life.

Recommend this page to a friend!

      SimpleXML for PHP4  >  All threads  >  Great little script!! You saved my life.  >  (Un) Subscribe thread alerts  
Subject:Great little script!! You saved my life.
Summary:Package rating comment
Messages:2
Author:Carlos Tulloch
Date:2008-06-25 11:52:01
Update:2008-07-16 15:12:37
 

Carlos Tulloch rated this package as follows:

Utility: Good
Consistency: Good
Documentation: Good
Examples: Good

  1. Great little script!! You saved my life.   Reply   Report abuse  
Picture of Carlos Tulloch Carlos Tulloch - 2008-06-25 11:52:01
Great little script!! You saved my life. The only comment I would have is that you could easily incorporate a xml_load_string() as well as the existing xml_load_file(). I had to change the code slightly so I could use an xml received by POST. It might have worked without doing this but I changed line 273 from:

$data = file_get_contents($file);

to

$data = $file;

Thanks a lot. 10/10

  2. Re: Great little script!! You saved my life.   Reply   Report abuse  
Picture of Taha Paksu Taha Paksu - 2008-07-16 15:12:37 - In reply to message 1 from Carlos Tulloch
Thank you for using it. What can i say :)