12.04.2012, 06:14
Quote:
Aw.... I am a noob :/ Don't know how to use it, put it in... Add music... stuff like that.
|
Quote:
I got Goose Bumps at how awesome this is. One question... I have a KILLER Dubstep playlist, and i wanted to know... If i can put that music in this, so players can listen to it.
![]() |
If you have,create a mysql table.
Код:
CREATE TABLE IF NOT EXISTS `playlist` ( `music` varchar(200) NOT NULL, `url` varchar(250) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
So you have a music link,insert the music link and the music name to the database.
(Top-->"Insert" function)
OR
Upload a php file to your web host,change the mysql connect configuration(host,user,password,database) in the php script.