![]() |
Music Stream Website - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Music Stream Website (/showthread.php?tid=28152) |
Music Stream Website - El Forum - 03-03-2010 [eluser]Unknown[/eluser] I am developing a website to stream music. I want to create a xspf playlist and then feed this to the xspf player. I am very new to CI and PHP. I am using the XMLWriter by JoostV for generating the playlist. In my view when ever user submit the items to play it triggers the playlist controller. Here is my code: Code: function playlist() But it shows there is no items in the xspf player playlist. Music Stream Website - El Forum - 03-03-2010 [eluser]macfamous[/eluser] thanks for sharing this code .. very usefull for me to develop music site too then .. |