Hey thanks for the reply
I tried useing your method but it didnt work
heres what i did.
$test = array(1 => 'hello', 2=>'bye');
<a href="link.php?name=<? $test ?> > link </a>
Then on the other side
print = $_GET['name'];
the print function displays the word Array.
ive tried using a foreach loop to extract the arrays values but no luck.
(PLEASE GIVE ME SOME HELP im more intrested in the method or any other mehods)