Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I forgot a file #2

Merged
merged 1 commit into from
Oct 3, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions databases.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,7 @@ <h1>PHP101</h1>
</div><!-- end banner -->

<div class="wrapper">
<nav>
<ul>
<li><a href="index.html">Introduction</a></li>
<li><a href="start.html">Down the rabbit hole - Part 1</a></li>
<li><a href="operators.html">Calling all operators - Part 2</a></li>
<li><a href="loops.html">Looping the loop - Part 3</a></li>
<li><a href="types.html">The food factor - Part 4</a></li>
<li><a href="files.html">Rank and file - Part 5</a></li>
<li><a href="functions.html">Functionally yours - Part 6</a></li>
<li><a href="objects.html">The bear necessities - Part 7</a></li>
<li><a href="databases.html">Databases and otters - Part 8</a></li>
<li><a href="sessions.html">Sessions in cookie jars - Part 10</a></li>
<li><a href="xml.html">Sinfully simple - Part 11</a></li>
<li><a href="error-handling.html">Bugging out - Part 12</a></li>
<li><a href="validation.html">The trashman cometh - Part 13</a></li>
<li><a href="fin.html">A real challenge - Part 14</a></li>
</ul>
</nav>

{% include nav.html %}
<section>
<h2>Mix and match</h2>
<p>One of the most compelling things PHP has going for it is its
Expand Down