[PHP] imploding a multi-dimensional array

2004-06-03 Thread Tom Wuyts
Hi, I want to implode a multi-dimensional array into 1 string. I use the next code to put it into the array: $spots = Array(); $rows = explode( "@", $row['spots'] ); foreach( $rows as $rij ) { $spots[] = explode( "&", $rij );

[PHP] Image size ??

2004-03-20 Thread Tom Wuyts
Hi, Is there any way to know the size of an image ?? Thanx in advance, RCTycooner - Admin of The Silver Luna Forums http://www.wuyts.org/tom/phpbb2/ [EMAIL PROTECTED] -