Intermezzo
10-22-2006, 03:53 PM
Hello, I'm no proffessional in PHP that's why I want to hire a coder who writes me a script.
So what should the script do?
I need a script that fetches content from www.AllOfMp3.com - single charts and album charts. It's always the same structure of the 2 types of charts. Look here:
http://music.allofmp3.com/ratings/charts.shtml?chartlist=18
http://music.allofmp3.com/ratings/charts.shtml?action=FRalbums
2 album charts with the same structure. The same at the single charts.
So now I need a script that allows me to choose if I want single or albumcharts. Maybe like this:
function getCharts(1, 'http://allofmp3.com/blabla.html')
for album and
function getCharts(2, 'http://allofmp3.com/blabla.html')
for single charts.
The function should return an array with these values:
1. Rank
2. Artist
3. Title
It should be easy for an expired coder. Tell me how much money you want and we can talk.
Sorry for bad english. :)
So what should the script do?
I need a script that fetches content from www.AllOfMp3.com - single charts and album charts. It's always the same structure of the 2 types of charts. Look here:
http://music.allofmp3.com/ratings/charts.shtml?chartlist=18
http://music.allofmp3.com/ratings/charts.shtml?action=FRalbums
2 album charts with the same structure. The same at the single charts.
So now I need a script that allows me to choose if I want single or albumcharts. Maybe like this:
function getCharts(1, 'http://allofmp3.com/blabla.html')
for album and
function getCharts(2, 'http://allofmp3.com/blabla.html')
for single charts.
The function should return an array with these values:
1. Rank
2. Artist
3. Title
It should be easy for an expired coder. Tell me how much money you want and we can talk.
Sorry for bad english. :)