Your Open Source

 
Related Posts

Get the total number of rows of my table.

i want to get the total number of rows of my table.



<?php
$sql = "SELECT * FROM .....";
$query = mysql_quer($sql);
$count = mysql_num_rows($query); // here you get the total count values..
?>

  • hits 261
  • datetime Apr 08 09 06:28:08
  • author Damu
  • rating

Rating : 12345
Tags :- MYSQL

Answers

No Answers..
Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: