On Thu, 2004-10-21 at 15:04 +0100, Graham Cossey wrote: > Oh @#*! > Thanks Greg, I always get that one wrong ! > > $test_array = array(); > > :)
a few less lines version:
$test_array = array();
for ($i=0; $i<7; $i++)
$test_array[$i] = $i;
print_r($test_array);
hth,
-Robby
--
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON | www.planetargon.com
* Portland, OR | [EMAIL PROTECTED]
* 503.351.4730 | blog.planetargon.com
* PHP/PostgreSQL Hosting & Development
****************************************/
signature.asc
Description: This is a digitally signed message part

