> $row is an entire array. you don't explode an entire array, you only > explode the contents of an element of an array. > > print_r($row) will give you some clues. > > you'll need to access a specific element within the array. like: > > $thearray = explode('__', $row[0][0]);
That was it... Thanks Chris. alex ****************************************************************** The contents of this e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed. The views stated herein do not necessarily represent the view of the company. If you are not the intended recipient of this e-mail you may not copy, forward, disclose, or otherwise use it or any part of it in any form whatsoever. If you have received this e-mail in error please e-mail the sender. ******************************************************************