Hi You could try :
http://www.php.net/manual/en/function.serialize.php http://www.php.net/manual/en/function.unserialize.php Pass the serialized array in the URL, then unserialize it back when in the target page. Regards Girish -- www.girishnath.co.uk "John Fishworld" <[EMAIL PROTECTED]> wrote in message 009501c201aa$a077d070$04010a0a@fishworld">news:009501c201aa$a077d070$04010a0a@fishworld... > Whats the best way to pass on array on in a link ? > > eg > offset is where we are (what page) > but state is an array, with a variable size > > href=joblist.php?offset=$offset&state=$state > > thanks > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php