Table Contents
"; while ($row = $result->fetch_assoc()) { echo "id: " . htmlspecialchars($row["actor_id"]) . "
"; echo "name: " . htmlspecialchars($row["name"]) . "
"; echo "surname: " . htmlspecialchars($row["surname"]) . "
"; echo "country: " . htmlspecialchars($row["country"]) . "
"; echo "age: " . htmlspecialchars($row["age"]) . "
"; echo "Table Contents
"; while ($row = $result->fetch_assoc()) { echo "id: " . htmlspecialchars($row["director_id"]) . "
"; echo "name: " . htmlspecialchars($row["name"]) . "
"; echo "surname: " . htmlspecialchars($row["surname"]) . "
"; echo "country: " . htmlspecialchars($row["country"]) . "
"; echo "age: " . htmlspecialchars($row["age"]) . "
"; echo "Table Contents
"; while ($row = $result->fetch_assoc()) { echo "id: " . htmlspecialchars($row["movie_id"]) . "
"; echo "director: " . htmlspecialchars($row["director_id"]) . "
"; echo "title: " . htmlspecialchars($row["title"]) . "
"; echo "genre: " . htmlspecialchars($row["genre"]) . "
"; echo "primary_actor: " . htmlspecialchars($row["primary_actor"]) . "
"; echo "year: " . htmlspecialchars($row["year"]) . "
"; echo "