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 |
|
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
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 :)
|