Hi, I am trying to send an array from one php to another:
$org["index-A"]=17010000; $org["index-B"]=12090000; print "<a href=\"test2.php?org=".$org."\">test2</a><BR>\n"; But if I try to read te array in test2.php, I get "Warning: Variable passed to each() is not an array ". Can anyone help me???? Danielle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php