Coming Soon
Card title
Card title
Home
Profile
Messages
Settings
Test Profile
Test Message
Test Settings
#
First
Last
Handle
1
Mark
Otto
@mdo
2
Jacob
Thornton
@fat
3
Larry the Bird
@twitter
query($sql); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { echo "
id: ". $row["id"]. " - Name: ". $row["name"]. " " . $row["lastname"] . "
"; } } else { echo "0 results"; } $conn->close(); ?>