just as you do something like this when you are displaying in a table the results of loop
Code: Select all
echo '<tr> .htmlspecialchars($row['email'])</tr>'
Code: Select all
echo '<input type = "hidden" name = "country" value = ' " .htmlspecialchars($row['email']) "' >';
thanks a lot
Emy