"; while ($row = mysql_fetch_array($result)) { $name = $row["name"]; $id = $row["id"]; echo""; } echo"
$name
";