Posted by Norman Peelman on 01/10/07 01:08
You can create and use variable array variables easily like so: ${"line_$i"}[$pos] = "some text"; and to make multi-dimensional, just: ${"line_$i"}[$pos] = array('one' => array(), 'two' => array()); and more: ${"line_$i"}[$pos]['one'][0] = array(); etc. Norm -- FREE Avatar hosting at www.easyavatar.com
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming