data to php to xml? Help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
cap2cap10
Forum Contributor
Posts: 158
Joined: Mon Apr 14, 2008 11:06 pm

data to php to xml? Help!

Post 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
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: data to php to xml? Help!

Post 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
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply