derick Thu Feb 15 16:15:34 2001 EDT Modified files: /phpdoc/en/functions mysql.xml Log: - Fixed a typo Index: phpdoc/en/functions/mysql.xml diff -u phpdoc/en/functions/mysql.xml:1.35 phpdoc/en/functions/mysql.xml:1.36 --- phpdoc/en/functions/mysql.xml:1.35 Mon Jan 22 18:07:46 2001 +++ phpdoc/en/functions/mysql.xml Thu Feb 15 16:15:33 2001 @@ -1762,7 +1762,7 @@ <function>mysql_result</function> returns the contents of one cell from a MySQL result set. The field argument can be the field's offset, or the field's name, or the field's table dot - field's name (fieldname.tablename). If the column name has been + field's name (tabledname.fieldname). If the column name has been aliased ('select foo as bar from...'), use the alias instead of the column name. </para>
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Sebastian Bergmann
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions mysql.xml Thomas Schoefbeck