
November 18th, 2003, 12:27 PM
|
|
Contributing User
|
|
Join Date: Jun 2002
Posts: 71
Time spent in forums: 1 h 8 m 47 sec
Reputation Power: 7
|
|
|
RSS news feed parsing problems
I'm using php to sift through some RSS feeds & store the information into my database. The problem is, it has some trouble dealing with certain characters.
Here is an example of a URL that I'm trying to retrieve.
Quote: | http://path/file.php?param1=something¶m2=somethingelse |
Nothing special... huh? Well when I just display the character data from this field it comes out like this...
Quote: http://path/file.php?param1=something
&
param2=somethingelse |
& when I store the character data into an array, it only takes the part AFTER the &.
Any idea how I can fix this? & does anybody know of any other characters that may cause problems like this?
__________________
T'was in the darkest depths of Mordor, I met a girl so fair.
But Gollum, and the evil one crept up and slipped away with her, her, her....yeah.
|