I am trying to find a quick way to get the entire array of a result.
$assocbrd = mysql_query("SELECT BR_Id FROM Xtable WHERE MB_Id='$row_mget[MB_Id]'");
I know the BR_Id will return a list of results. Is there an easy way to grab that array for processing... I want to convert it to a string variable (ex 1,34,45,56,67).