Hey all,
I am currently making a site which users will be able to add songs to their playlist, however, I'm having problem getting mysql info and looping it correctly.
When I loop it, playlist shows double listings, instead of 1 result, I get 2 results that are same. Here's the full php code:
PHP Code:
<?php
//Removed
?>
What I am trying to do is, get the song ids from users' playlist and then for each id that is found, get the song info from a different table then add to playlist file which is needed for flash player.
FIXED!
Last edited by Tashbaqa; 08-02-2009 at 08:38 PM..
Reason: Further description added.
|