GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 15-Oct-2007, 09:29
oskare100 oskare100 is offline
New Member
 
Join Date: Dec 2006
Posts: 2
oskare100 is on a distinguished road

PHP5 / XML API help!


Hello,
I'm trying to prase and use information I'm getting from an XML API in my system. The user is supposed to be able to choose between the returned agents and then select one of them. When they click "continue" or similar the rows of the agent that the user selected should be saved/assaigned to different PHP variables.

Here is the structure of the XML return:
Code:
<xml> <system> <error> <id>0</id> <message>Your request was successfully processed.</message> 7</error> </system> <response> <service> <name>Agents</name> <version>10</version> </service> <data_list_count>2</data_list_count> </response> <data_list> <data index="0"> <agent_list> <agent index="0"> <name>AGENT & CO IT</name> <address>STREET ADDRESS 2</address> <address2/> <zipcode>500000</zipcode> <city>TOWN</city> <agent_number>0661</agent_number> </agent> <agent index="1"> <name>ANOTHER AGENT</name> <address>STREET ADDRESS 5</address> <address2/> <zipcode>600000</zipcode> <city>CITY</city> <agent_number>0662</agent_number> </agent> </agent_list> </data> </data_list> </xml>

Now I need to list the agents so that the user can select one of them.. I've understood that I should use SimpleXML for this since it is the easiest way.

PHP Code:

$xml = simplexml_load_file($request_url) or die("feed not loading"); 




That about what I've managed to do, I understand that in some way I need to list the different agents.

PHP Code:

foreach ($xml-> ...? ) (
print ?
) 




Then I would need to add so that the user can select one of the returned agents and click continue and that my script then can get the rows/information about the selected agent. Maybe HTML POST/GET but I don't know how to make it do that...

I appreciate any help, links, code or whatever I can use to solve this problem.

Thanks
/Oskar
 
 

Recent GIDBlogNARMY by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Suprhost.com - Ad-free - 500mb webspace - 5gb bandwidth - PHP5 & MySQL jasperk Free Web Hosting 0 27-Feb-2007 12:54
●●● DIMENSION SERVERS | PHP4 & PHP5 | Ruby on Rails + GEMS | NEVER OVERSOLD! | ●●● jmcallister Managed / Dedicated Servers 0 30-Dec-2006 23:42
libphp5.so is not created after successfull installation of php5. jenish MySQL / PHP Forum 3 25-Feb-2006 13:13
XML parser in PHP5 FranKieCZ MySQL / PHP Forum 0 28-Oct-2004 05:22
problem with php5 cgi installation fab13 Apache Web Server Forum 3 19-Nov-2003 09:11

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 03:36.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.