[KLUG Programming] PHP arrays vs. structures

bill bill at billtron.com
Sat Jul 17 11:56:54 EDT 2004


On Sat, 2004-07-17 at 11:51, bill wrote:

> for ($i=0;$i<count($options); $i++) {
> 	echo "key is $i: val is $options[$i];
> }
 
Above was missing a semicolon before the $i++ ....



More information about the Programming mailing list