Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we find the number of rows in a result set using PHP?

Answer Posted / rajan vardawaj

Here is how can you find the number of rows in a result set
in PHP: $result = mysql_query($any_valid_sql,
$database_link); $num_rows = mysql_num_rows($result); echo
“$num_rows rows found”;

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain me is multiple inheritance supported in php?

1012


What does explode do in php?

966


How to create a session? How to set a value in session?

937


How to split a string into array using php?

1077


What is variable declaration?

877


What is binary safe string?

920


What is fetch array in php?

1038


What is purpose of @ in Php?

1029


What is difference Between PHP 5 and 7?

1026


Can a trait extend a class php?

924


How do I run a php program in dreamweaver?

985


Explain setcookie() function in php?

966


Can you extend a final defined class?

8927


What is php date function?

1030


What is the difference between characters 34 and x34?

852