While working in any programming language, you must know the number of rows you have in the array that is to be processed. It is good that PHP programming language has a built-in function that helps you to count the number of elements in any array. For example you have an array that goes like: $myarray = array(1,2,3);
You set a variable in order to store the resulting number of rows in the array and initialize the variable to 0, like this: $numofRows= 0;
Now by using the function ‘count’ you can determine the number of rows in your array.
$numofRows = count($myarray);

September 28, 2010
Started creating Android Apps with Droid Generator software. No coding required. Pretty neat.
February 21, 2011
some really wonderful work on behalf of the owner of this website , absolutely outstanding subject matter.