ok I have a for statement that goes like this
for($j = 0; $j < $numfeilds; $j++)
{
$ff = '$feild$j'
$$ff = htmlentities(mysql_result($getfollowups_query, $i, "$ff"));
}
and what I need is for $$ff to be a variable with the name of $ff is it possible?