dynamic Playlist + Explenacion for Newby

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ELLEN
Forum Newbie
Posts: 1
Joined: Wed Dec 15, 2004 4:42 pm

dynamic Playlist + Explenacion for Newby

Post 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
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post 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?
Post Reply