the attached code, sets up a struct containing info about 5
rss feeds. then i loop through the struct and call a CFC which
reads the feeds, and i output each feed to the screen.
problem is that when i create the struct i have the keys in
the following order:
1. digg.com
2. netflix.com
3. phpfreaks tutorials
4. phpfreaks articles
5. porkchopsandwich.com
but they are output in this order:
1.digg.com
2. phpfreaks articles
3. phpfreaks tutorials
4.porkchopsandwich.com
5.netflix
i cant figure out why? if i dump the struct, the keys are
displayed in the correct order. i dont get it. any help would be
appreciated.