Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
mysql_num_rows « MySQL Database « PHP
PHP
MySQL Database
mysql_num_rows
1.
Listing All Rows and Fields in a Table
2.
int mysql_num_rows ( resource result )
3.
Finding the Number of Rows Returned by a SELECT Statement with mysql_num_rows()
4.
mysql_num_rows.php
5.
function mysql_num_rows() determines the number of rows returned from a SELECT query statement.