prepare($pre_sql); $pre_action ->bind_param("s",$alid); $pre_action ->bind_result($altitle,$aldate,$playtimes); $pre_action ->execute(); while($row=$pre_action ->fetch()){ ?>
Released at
Has been played for times
Tracks
prepare($pre_sql); $pre_action ->bind_param("s",$alid); $pre_action ->bind_result($tid,$ttitle); $pre_action ->execute(); while($row=$pre_action ->fetch()){ ?>
free_result(); $pre_action ->close(); ?>