How To Count Array Values Php Counting Arrays Holds Variables Script Post Description:
Post Tags: how, to, count, array, values, php, counting, arrays, holds, variables, script, free php support, php scripts, php questions, php answers, programming, codes, scripts This Post Has Been Viewed 1045 Times Since Mon Feb 11, 2008 2:28 pm Posted By hostman with 2 replies
How To Count Array Values Php Counting Arrays Holds Variables Script
how do i count the values of how many an array hold?
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites
Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
Comments and replies About How To Count Array Values Php Counting Arrays Holds Variables Script
:: 1 :: Reply #40749 Reply By lucas On Mon Feb 11, 2008 2:31 pm
that's very easy, just use the count() function in php..
:: 2 :: Reply #41106 Reply By Julius On Thu Feb 14, 2008 4:07 am
thanks this was helpful. i was storing some values in a comma separated list and converting it to an array with explode and didn't notice the comma at the end of the list nothing after it was being counted as an element and causing problems until i counted the number of value s in the array.