Posted by alkalsa on 01/12/07 02:46
Hi, can someone please show me how to assign a standard $var, to the contents of a for loop like, for ($a=0; $a<10; $a++){ $array[$a]; } :) so, I wanted something like $var = for ($a=0; $a<10; $a++){ $array[$a]; } but it doesn't work. thanks for a push in the right direction! :)
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming