HOST18.com
09-25-2001, 10:51 AM
i was wondering if any of you guys has any experience with the following:
i have to create an application that:
1. receives a log in XML format (i do not have to send the log, just be able to receive it)
2. put the contents of the XML file in a MySQL database.
i have to use PHP to do this.
what i am thinking of doing (and i dont know if this is possible) is:
A. collect the log like i'd collect any "form" using PHP
B. use the PHP Sablotron extension to enable XSLT to convert the XML file into SQL
C. Use the SQL to put the important information into the database
MY question is: will this work?? also, do you know how I do step C?
Thanks!!!!!!!!!!!!!!!!!
i have to create an application that:
1. receives a log in XML format (i do not have to send the log, just be able to receive it)
2. put the contents of the XML file in a MySQL database.
i have to use PHP to do this.
what i am thinking of doing (and i dont know if this is possible) is:
A. collect the log like i'd collect any "form" using PHP
B. use the PHP Sablotron extension to enable XSLT to convert the XML file into SQL
C. Use the SQL to put the important information into the database
MY question is: will this work?? also, do you know how I do step C?
Thanks!!!!!!!!!!!!!!!!!
