Page 1 of 1

data to php to xml? Help!

Posted: Sun Feb 26, 2012 9:45 pm
by cap2cap10
Greetings PHP Technorati. I hope all is well. I come to you seeking more guidance on the subject of using php to extract information from a source system and creating an xml file to be stored in a temporary folder before information is to be stored in a SQL database. some one mentioned the use of php stream abstraction but i don't know how to write a class for streaming data or feed data that can be binded to xml file format. Has anyone engaged in this sort of project in the past? Please enlighten me on your expertise. Thanks in advance. :banghead:


Batoe

Re: data to php to xml? Help!

Posted: Mon Feb 27, 2012 3:44 pm
by social_experiment
http://www.dreamincode.net/forums/topic ... -from-php/
This seems to deal with the issue of how to create an xml file from php data
Hth