Posted by suma on 01/06/08 22:39
hi all...
i have array and iwant this array to other page in URL
let the name of array is numbers and i fill this array by loop from
data base
when i write this ..
echo "<META HTTP-EQUIV=\"refresh\" content=\"0; URL=reg.php?arr=
$numbers \"> ";
when redirect to reg page the url is
http://localhost/reg.php?arr=Array
and when print the variable $arr in reg page apeare Arrary word
so ,please tell me how i can send the array ??
thanks.
Navigation:
[Reply to this message]
|