Posted by Janwillem Borleffs on 03/11/06 16:43
tarscher@gmail.com wrote: > Is it possible to put this in one line? > > $nodes[0][0] = $row[0]; > $nodes[0][1] = $row[1]; > $nodes[0][2] = $row[2]; > Sure: $nodes[0] = array_slice($row, 0, 3); JW
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming