setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $e) { $conn = null; return; } } /** * Start the html document, set headers, begin body and display the default * navbar. * nad
tags will be left open, to close them * in the default way include footer.php * This should be the first function to write any text outside of debugging * purposes. */ function display_header($pageTitle) { printf(" %s

Zdenek Borovec Home Page

", $pageTitle); } ?>