alright i am not to smart when it comes to coding so please if anyone has the spair time to help me complete this script i will be majorly appreciated and i cant offer much but if you have a link or banner i will display that **** for free for life

not a major thing or anything but its extra advertising hehe
okay heres what i need done
right now the above code is grabbing the top requests made from the radio
now thats cool and all but i need to do my own little addition
this is what i need to achieve and all that is involved.
first i need to grab a single name from the requestlist table were gonna go with example name *ted*
now i want to first have the script post
Ted then a line break
and then i need the script to grab teds songs he requested. now this is where its confusing to me in the request table Ted's requests become a songid now i need to call them song id's that match the name ted
so
Ted
123432
23342
34232
32
1213
12113
and so on
now this is where its even more tricky
i need to convert the songid's to be converted instead of displaying as numbers it needs to then take the songid number and grab the songid number from another table called songlists
now in that table the id is now just called id instead of song id
so it will have to grab songid from requestlist and then convert that id to grab from the songlist id table. now that we got that info. we need to echo the song information. so in the songlist table there the id of the song then in that table theres also artist and song so the code needs to take the id and use the artist and song info from that id and echo just the name of the artist and song.
now to go back to the beginning this all has to be done so when it grabs the requesters name it just shows that requester and then under his name it would dispaly the songs one line after another till the requester didnt have no more.
now to spice it up a little more. i would want to achieve it so if the requester requested the same song three times or something it would not show that and instead just show that song and ( 3 times ) next to it
Now to spice this up even more i would want this to be able to start the grab by using a members name from the actual site