I was translating and don�t understand this:
line 90
<para>
This example will call the <function>md5</function> on each
<literal>filename</literal> column in the database and return the result
into <parameter>$rows</parameter>
</para>
This "database" is not "table"?
If I have a database with two tables, in example two columns named filename, one in each table. It will affect both or only the table i query?
As the SELECT statement works on the table named files, it is clear that the text referes to the table. So feel free to corret the word database to table.
line 69 <parameter>$rows</parameter> This is not wrong? <parameter> is not only for functions parameters?
This is used in two places in the file, however I can agree with you, this usage does not fit *my* interpretation of the <parameter> tag...
Goba
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
