How To Count Array Values Php Counting Arrays Holds Variables Script http://www.wallpaperama.com/forums/how-to-count-array-values-php-counting-arrays-holds-variables-script-t5718.html Subscribe and keep up to date with How To Count Array Values Php Counting Arrays Holds Variables Script with the latest replies and comments from other people like you who are interested in How To Count Array Values Php Counting Arrays Holds Variables Script at wallpaperama.com en How To Count Array Values Php Counting Arrays Holds Variables Script [ Visit Post ] http://www.wallpaperama.com/forums/how-to-count-array-values-php-counting-arrays-holds-variables-script-t5718.html how do i count the values of how many an array hold? example: $items = array("one", "two", "three", "four", "five", "six", "seven"); http://www.wallpaperama.com/forums/how-to-count-array-values-php-counting-arrays-holds-variables-script-t5718.html Comments by: lucas Fri, 02 Jan 2009 00:34:34 -0700 that's very easy, just use the count() function in php.. you can do this: PHP CODE:<? $items = array("one", "two", "three", "four", "five", "six", "seven"); echo count($items); ?> OUTPUT7 http://www.wallpaperama.com/forums/how-to-count-array-values-php-counting-arrays-holds-variables-script-t5718.html#40749 http://www.wallpaperama.com/forums/how-to-count-array-values-php-counting-arrays-holds-variables-script-t5718.html#40749