Full list of participants


query($query); echo ""; while ($row = mysqli_fetch_array($result)) { //SOSTITUISCO \n con
//$testo = str_replace("\n","
",$row['commento']); $email2 = str_replace("@","",$row['email']); echo ""; $tot = $tot+1; } mysql_close($db); echo "
"; echo "$row[name] $row[surname] "; echo " ($row[institution])"; echo ""; echo "$email2"; echo "


Total number of participants: $tot

"; ?>