Databases and MySQL
This week we connected to the LVS school database a checked out a few books.
LzyDaz Designs
www.lzydaz.com
This week we connected to the LVS school database a checked out a few books.
Bonnie Lincicome © 2010 All Rights Reserved
This page was last updated on December 14, 2008 08:20:46
Source Code for Current Page
<?php $siteName = 'LzyDaz Designs<br /><em><span class="white-text">www.lzydaz.com</span></em>'; ?>
<?php $currentWeek="week6"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Week Six</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link href="common/site.css" rel="stylesheet" type="text/css" />
<link href="<?php ($_SERVER['DOCUMENT_ROOT']); ?>/lvs/php101/week5/common/week5.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="head">
<p><?php echo $siteName; ?></p>
</div><!--close #head-->
<div id="wrap">
<div id="content">
<div id="bar-nav">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/lvs/php101/includes/bar-nav.php'); ?>
</div><!--close bar-nav-->
<div id="navcontainer">
<ul>
<li><a href="week6/library.php" title="Book Library">Library</a></li>
<li class="last"><a href="week6/genre.php" title="Select by Genres">Genres</a></li>
</ul>
</div><!-- close navcontainer -->
<div id="right-container">
<h1>Databases and MySQL</h1>
<p>This week we connected to the LVS school database a checked out a few books.</p>
<img src="week6/images/capsule.jpg" alt="Class Dismissed!" height="212" width="300" />
</div><!--close #right-container-->
</div><!--close #content-->
</div><!--close #wrap-->
<div id="foot">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/lvs/php101/includes/copyright.php'); ?>
</div><!--close #foot-->
<div id="source">
<?php echo date("T"); ?>
<hr />
<?php echo phpversion(); ?>
<hr />
<p>Source Code for Current Page</p>
<?php show_source(basename($_SERVER['PHP_SELF'])); ?>
</div><!--close #source-->
</body>
</html>