if(isset($POST['interest']))
{
//print '<pre>';
print $value1 . ' ';
print_r($POST['interest']);
//print '</pre>';
// loop.
foreach($_POST['interest'] as $value1)
My only problem now is the layout of the results, I would like a gap between each one like the HTML <p> tags, any ideas?