Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
You can use PHP's str_replace. [CODE]$filtered_link=str_replace('&','&',$link_string);[/CODE]
Why don't you store the data in a database, then make a PHP script that converts from MySQL results to XML? You'll need to use PHP's header function to change the document type.
The End.
SoftwareDev