opening as $opening) {
echo "
"; } } catch (Exception $e) { echo "Exception: " . $e->getMessage(); } ?>
" . htmlentities((string)$opening->title) . "
"; echo "Location: " . htmlentities((string)$opening->location) . "
"; echo "Description: " . htmlentities((string)$opening->description) . "
"; echo ""; } } catch (Exception $e) { echo "Exception: " . $e->getMessage(); } ?>