Computer Science Canada PHP and XML |
Author: | Amailer [ Sun Apr 25, 2004 4:50 am ] | ||
Post subject: | PHP and XML | ||
Hey all, Ahh i need help here... hmm this is what im doing. I got a site where the status of a radio is... now inorder to view that page you have to login. $server_url = 'http://'.$server['domain'].':'.$server['port'].'/admin.cgi?pass='.$server['pass'].'&mode=viewxml'; i got that... now what i need to do is... use the $server_url and get the information from it and display it. Basically... how do i '$_GET' the information from the url using XML (because that page is an xml page) and display it on to my page? anyone... or is it confusing? *i don't know anything to do with XML...
the code above doesn't work... but maby you could edit it... or maby it's just not right.. |
Author: | wtd [ Mon Apr 26, 2004 2:24 am ] |
Post subject: | |
PHP docs on XML functions. |