</ / Script 8.11 - header.html // Turn on output buffering:
ob_start(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html;
charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/2.css"
media="screen,projection" />
<title>
<?php
/* Scripts for Chapter 8 of PHP for the Web by Larry Ullman
* Modifications:
* Script 8.6 - defining TITLE as a constant
* Script 8.7 - print the current date and time (see below)
* Script 8.11 - Add output buffering to the web application by
caling ob_start()
* This must be added to the top of the script before any HTML
code
*/
if (defined('TITLE')) {
print TITLE;
} else {
print 'Raise High the Roof Beam! A J.D. Salinger Fan Club';
}
?>
</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1><a href="index.php">Book Sharing
Site</a></h1>
<p class="description">Book Club Site</p>
<p id="now"><?php
// Script 8.7 - print the current date and time
// Set the timezone
date_default_timezone_set('America/Chicago');
// print the current date and time with Timezone
print date('l F j g:i a T');
?></p>
</div><!-- header -->
<div id="navigation">
<ul id="nav">
<li><a
href="books.php">Books</a></li>
<li><a href="#">Stories</a></li>
<li><a href="#">Quotes</a></li>
<li><a
href="login.php">Login</a></li>
<li><a
href="register.php">Register</a></li>
//Added here contact Link
<li><a
href="mail.php">Contact</a></li>
</ul>
</div><!-- naviation -->
<div id="content">
<!-- BEGIN CHANGEABLE CONTENT.
Book Sharing Site X + localhost Book Sharing Site Book Club Site Use this site to share your reading journey! Hello Readers! Please use your time to explore. If you like this website, feel free to sign up. Design uses Concise CSS Framework 7:17 pm Monday January 2 Books Quotes Login Register ☐
Login Page X + O localhost/Final-Project-453/login.php Book Sharing Site Login Page Login Form Please Login to access certain features Username: Password: Login! Design uses Concise CSS Framework 7:29 pm Monday January 2 = 1 Books Quotes Login Register 0 X
Book Sharing Site X + localhost Book Sharing Site Book Club Site Use this site to share your reading journey! Hello Read
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Book Sharing Site X + localhost Book Sharing Site Book Club Site Use this site to share your reading journey! Hello Read
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!