Try tu use $joinedstring = join(separator, $yourarray) to "pack" array into string and then $yourarray = split(separator, $joinedstring) to "unpack" array from string.
HTH Piotr quincy wrote: > I want to find out if it is possible to pass an entire array via a query > string using php? > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php