Source for file t_num_rows.php
Documentation is available at t_num_rows.php
* Examples how to use the NumRows() and AffectedRows().
* @author Sascha 'SieGeL' Pfalz <php@saschapfalz.de>
* @version 0.39 (07-Aug-2010)
* $Id: t_num_rows.php,v 1.3 2010/08/07 08:16:16 siegel Exp $
* @license http://opensource.org/licenses/bsd-license.php BSD License
require
('functions.inc.php');
$db->Query('SHOW TABLES');
// Now do the same with QueryResult, just to make sure everything works:
$stmt =
$db->QueryResult('SHOW TABLES');
Documentation generated on Sat, 07 Aug 2010 10:18:28 +0200 by phpDocumentor 1.4.3