John -> Doe

First name :
0) { // output data of each row while($row = mysqli_fetch_assoc($result)) { echo $row["lastname"]; echo "
"; } } else { echo "0 results"; } } ?>