Hello,
I have to write a small script which allows users to select individual tracks from a music album.
Each track has a checkbox next to its title (to allow for multiple selections).
Each title also mentions the duration of the track.
I have to pass the values of the selected tracks to the next page and this second page should display the total duration of all selected tracks (as well as the individual titles and durations).
As I am definitely not a php guru and I am not sure how I can do this properly.
Is there any existing script that can give me clues?
Thanks,
Marc
I have to write a small script which allows users to select individual tracks from a music album.
Each track has a checkbox next to its title (to allow for multiple selections).
Each title also mentions the duration of the track.
I have to pass the values of the selected tracks to the next page and this second page should display the total duration of all selected tracks (as well as the individual titles and durations).
As I am definitely not a php guru and I am not sure how I can do this properly.
Is there any existing script that can give me clues?
Thanks,
Marc
Comment