HOLD DOWN OPTION AS YOU CLICK ON YOUR RINGTONE IF YOUR ON A MAC



\"Suggest a Ringtone\" if you can't find what your looking for"); } else{ $art= ""; while($row=mysql_fetch_assoc($query)){ $artist = ($row['artist']); //$new = str_replace("'","",$artist); //mysql_query("update songs set `artist` = '$new' where `artist` = '$artist'") or die(mysql_error()); //if(strstr($artist,"'")){ //$old = $artist; // // //} //$artist = addslashes($artist); if(!strstr($art,stripslashes($artist))){ echo("

$artist

"); $art .=stripslashes($artist); $artist = addslashes($artist); $searchsong = mysql_query("select * from songs where artist='".$artist."'"); if(mysql_num_rows($searchsong) > 0) { while($row=mysql_fetch_assoc($searchsong)){ $song = $row['song']; if ($song !=".DS_Store"){ $location = stripslashes($row['location']); $song = str_replace(".m4r","",$song); $song = str_replace("-"," ",$song); $song = strtoupper($song); $song = str_replace(strtoupper($artist),"",$song); $tosay = "
  -$song"; //$artist = stripslashes($artist); echo($tosay); } } } } } } } else { ?>

IF YOUR ON A MAC HOLD DOWN "OPTION" AS YOU CLICK ON YOUR RINGTONE


Back To Home