Welcome to Lee Valley Boat Centre
Lee Valley Boat Centre
Old Nazeing Road
Broxbourne
EN10 6LX
01992 462 085
Lee Valley Boat Centre
Mr Otter (8 Person)Day Boat Booking Request
THIS IS NOT FOR SMALL HOURLY HIRE BOATS
connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$sql = "SELECT id, firstname, lastname FROM Persons";
$result = $conn->query($sql);
if ($result->num_rows > 0) {
// output data of each row
while($row = $result->fetch_assoc()) {
echo "
ID: ". $row["ID"]. " - Name: ". $row["FirstName"]. " " . $row["LastName"] . "
"; } } else { echo "0 results"; } $conn->close(); ?>
ID: ". $row["ID"]. " - Name: ". $row["FirstName"]. " " . $row["LastName"] . "
"; } } else { echo "0 results"; } $conn->close(); ?>