Hey guys i need a LOT of help, first i think this is how i would set up
1, have 3 tables in the database (one to keep track of how many songs are there online at the moment, one for song names, and the other for song url's)
2, have the php file read the variables from the database, (is it possible to have it so like the first entery gets "title1" the second gets "title2, "url1" "url2" and so on?
Now for writing, i think i should have 2 imput boxes, one for the songs name, and the other for the song's URL and simply add a submit button,
The submit button would
1, add 1 to the total songs table
2, write "titleX' (where x represents the new total song number) to the song name table)
3, write "urlX" (where x represents the new total song number) to the url table)
Is this possible,
Do i have the theory of what i want to do down all the way?
What level of php/sql skill would i need to pull this off?
~Gabor