Sign In/My Account | View Cart  
advertisement

Article:
 Remote Scripting with AJAX, Part 1
Subject: How to display remote dynamic xml wihout refresh?
Date: 2007-02-12 06:04:59
From: mehran007

I would like to thank author for this cool article. However i need some help in utilizing this method. I want to create a page that it pulls dynamic xml data from a remote server (in this case it is from radio station rss that encludes artist name,song name and ...) and display it page. Here is example of remote rss xml:


- <playlist>
- <song>
<artist>Artisname1</artist>
<name>SongName1</name>
<image>./song_images/artistpic1.jpg</image>
<rating>3</rating>
<songid>2624</songid>
<totalvotes>35</totalvotes>
</song>
- <song>
<artist>Artistname2</artist>
<name>SongName2</name>
<image>./song_images/artistpic2.jpg</image>
<rating>3.5</rating>
<songid>4795</songid>
<totalvotes>14</totalvotes>
</song>


</playlist>



I want the page that displays above information have the updated data at all time without refresh(just like example3 wihout refresh). i be happy author help me achive this goal using php and/or javascript.Thanks


Previous Message Previous Message   Next Message No Next Message


Sponsored By: