That sounds the best way, yeah. Does anyone know how I could achieve this? I have the following at the moment but it doesn't work.
for ($c=0; $c < mysql_num_rows($getmessages); $c++)
{
$gmrow = mysql_fetch_assoc($getmessages);
$gettogether .= array($gmrow[subject]) . ",";
}
$new = array($gettogether);
print_r($new);
Thanks,
Mike