fixed tiny typo ;)

This commit is contained in:
Rainer Gerhards 2005-09-20 12:53:24 +00:00
parent e7bcb0f344
commit 58765a5ca0

View File

@ -23,7 +23,7 @@
</ul>
<br>
<p>phpLogCon is an open source project. Feel free to change what you want. Here you will find some hints and background knowledge about phpLogCon.</p>
<h3><a name="6_1">6.1 Gernarel database connection functions</a></h3>
<h3><a name="6_1">6.1 General database connection functions</a></h3>
<p>The database functions in phpLogCon are called similar to well-know commands from e.g. php mysql functions. All database functions start with "db_" and then a word that best describes the instruction. Sample: db_connect() - should open a connection to the database. This is according to mysql_connect(). So you know if you find db_fetch_array in phpLogCon for example, that this function should fetch a result row as an associative array, a numeric array, or both.</p>
<small><a href="#top">[Top]</a></small>
<h3><a name="6_2">6.2 ODBC functions</a></h3>