Welcome to Dream.In.Code
Become a PHP Expert!

Join 150,014 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,477 people online right now. Registration is fast and FREE... Join Now!




jukebox

 
Closed TopicStart new topic

jukebox, play track from a list

chitara
22 Nov, 2006 - 07:59 PM
Post #1

D.I.C Head
**

Joined: 16 Dec, 2005
Posts: 74


My Contributions
Hi there!

I have created a playlist with multiple checkbox for a jukebox.

now I want to play this or these song in a player that I customized that will hld the value of those selected track. say like..

<PARAM NAME = "filename" VALUE = "<?print "=value of selected track";?>" >

I've stored those tracks in a folder & name in a table.

my list file is like.....

CODE
<tr>
<td width=25% align=center>
<input type=checkbox name="track" value="<? echo $rows['music_no']; ?>">
</td>
<td width=75% align=left>
<? echo $rows['music_name']; ?>
</td>
</tr>

<input type=image src="../images/jukebox/button_playlist.gif" width="55" height="23" border=0>



my table format is like .....

CODE
CREATE TABLE `musiclibrary` (
`music_no` int(11) NOT NULL auto_increment,
`music_name` varchar(100) default NULL,
`file_name` varchar(100) default NULL,
`music_day` decimal(10,0) default NULL,
`cat_id` decimal(10,0) default NULL,
PRIMARY KEY (`music_no`),
UNIQUE KEY `music_no` (`music_no`),
KEY `cat_id` (`cat_id`)
);


please tel me how'll I do that!!



Regards
User is offlineProfile CardPM
+Quote Post

snoj
RE: Jukebox
23 Nov, 2006 - 07:56 AM
Post #2

Fell off the face of the earth
Group Icon

Joined: 31 Mar, 2003
Posts: 3,325



Thanked: 9 times
Dream Kudos: 750
My Contributions
What you're wanting and needing is a not PHP, it's HTML (which sucks for this application) or some sort of plugin like flash to play music/sound.

You only need to post one topic and you've already posted multiple ones. If people are not answering it likely that they either don't know or are looking for an answer. And please use the code tags.

closed.
User is offlineProfile CardPM
+Quote Post

Closed TopicStart new topic
Time is now: 1/8/09 09:01PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month