![]() |
![]() |
![]() |
![]() |
![]() |
This Animated Films Web Ring site owned by Tom's Cartoon Fantasia [Previous 5 Sites] [Previous] [Next] Next 5 Sites] [Random Site] [List Sites] [Join this Ring] |
require("/home/sites/home/web/php/subroutines.php");
$sql = new MySQL_class;
$sql->Create("DB5_data");
$Query1="SELECT * FROM Scuzz_playlist";
$sql->Query("$Query1");
for ($i=0;$i<$sql->rows;$i++)
{
$sql->fetch($i);
$Number = $sql->data[1];
$Artist = $sql->data[2];
$Song = $sql->data[3];
$pushList.="$Number - $Artist - $Song "; } ?>
|