![]() |
Listen-to xml parsing example thingie
well, i got bored one day and tried some xml parsing based on some examples i found on the web for Listen-to. don't know if anyone is interested. Prolly not very efficient but hey. I basically just made it output an image (which you can already do) but you could do anything you want with the data. comments are good :)
PHP Code:
|
very cool.
|
I'm doing some client work now using "web services" (buzzword) and SOAP to integrate an inventory database with various platforms.
On my team's homepage, XML was used to dynamically feed info to the news system from a simple Access db (Flash and static pages) with ASP... not PHP. http://www.roboraiders.com How long have you been working with PHP? |
i've been working with php since may of last year. I wrote our whole website ( http://www.lightningrobotics.com ) in php and using mysql. Making xml files to parse for every time someone wants to access your news is prolly pretty hard on your system. Doesn't ASP have dirrect connections to access db's?
I chose php as it is c++ structured and syled which i like :) |
Cool
A connection is made to an Access db just like you would do for any other ODBC connection. The server we're using is a 1.4 Ghz P3 Dell, so it doesn't seem to get bogged down too often ;-). If you are interested, this is the code to the asp script requested by the Flash intro to get the latest news: PHP Code:
|
| All times are GMT -5. The time now is 01:53. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi