summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-02 04:58:03 +0200
committeradmin <devnull@localhost>2006-10-02 04:58:03 +0200
commit78ce3cc370efc9d63b3d473deb37c92f40002d3d (patch)
tree23a9cc79a6a62ecc4a59d381a5b9741043f52341 /user_guide/database
parentc167f2cef36b88f0422032fbc14c40aa3bb8b163 (diff)
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/queries.html4
-rw-r--r--user_guide/database/results.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/user_guide/database/queries.html b/user_guide/database/queries.html
index 954570c70..8575b2534 100644
--- a/user_guide/database/queries.html
+++ b/user_guide/database/queries.html
@@ -85,7 +85,7 @@ It DOES NOT return a database result set, nor does it set the query timer, or co
It simply lets you submit a query. Most users will rarely use this function.</p>
-<h1><br />Escaping Queries</h1>
+<h1>Escaping Queries</h1>
<p>It's a very good security practice to escape your data before sumbiting it into your database.
Code Igniter has two functions that help you do this:</p>
@@ -107,7 +107,7 @@ Most of the time you'll use the above function rather then this one. Use the fun
</ol>
-<h1><br />Query Bindings</h1>
+<h1>Query Bindings</h1>
<p>Bindings enable you to simplify your query syntax by letting the system put the queries together for you. Consider the following example:</p>
diff --git a/user_guide/database/results.html b/user_guide/database/results.html
index 75f4357b4..607c9857c 100644
--- a/user_guide/database/results.html
+++ b/user_guide/database/results.html
@@ -181,8 +181,8 @@ Query Results
</p>
-
-<h1><br />Result Helper Functions</h1>
+<br />
+<h1>Result Helper Functions</h1>
<h2>$query->num_rows()</h2>