Code:
$query = “SELECT MAX(playlist_id) FROM yoga_user_playlist”;
$result = mysql_query($query);
Im trying to get the max value for playlist id and set that equal to a variable, which ive been able to do althought it keeps setting it to a resource ID, how do i get teh actual value?