Page 1 of 1

dynamic Playlist + Explenacion for Newby

Posted: Wed Dec 15, 2004 4:51 pm
by ELLEN
Hello everybody,

I'm absolutly new on php and now our prof wants a kind of playlist. Which means we should be able to add and delate songs to a kinde of list.
Form this list you should be able to see or change the song that is played at the moment.
Does anyone have an idea.

I know that there are already some codes simelar to this in the forum, but I didn't understand them that well.
:oops:
And I know also that it would be better to find it out by my self, but we have to hand in the work on monday. And I was all the time searching and trying without luck.
:cry:

It would be great if sombody could help me.

Thanx a million.

Ellen

Posted: Wed Dec 15, 2004 6:37 pm
by rehfeld
if you have no idea where to start, you should probably ask your teacher for help.

you will need to use a database of some sort, whether its a real databse like mysql, or just a txt file.


you will need essentially 3 blocks of code

1- display the contents of your playlist
2- add to your playlist
3- remove from your playlist

i take it this is your final?