[thelist] getting selective variables out of an array()

Fred Jones fredthejonester at gmail.com
Mon Jan 11 13:41:03 CST 2010


 > Sorry, but less promising:*

Tested and working:


foreach ($states as $tmp ) {
	print "{$tmp['abbr']} {$tmp['name']} ";
}

that's all you need


More information about the thelist mailing list