You know, if you actually looked at the link you've created you'd find your
answer ...

> -----Original Message-----
> From: D.M. van Gladbach [mailto:[EMAIL PROTECTED]]
>
> There not much in there because I strip it for testing.
>
> test1.php
> <?
> $org["index-A"]=17010000;
> $org["index-B"]=12090000;
>
> print "<a href=\"test2.php?org=".$org."\">test2</a><BR>\n";
> ?>
>
> test2.php
> <?
> while (list ($key, $val) = each($org))
>  {
>  print "key=".$key."val".$val."<br>\n";
>  }
> ?>
>
>>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to