Hi,
I'd like to know how I can pass an array from a script
to another script by means of an html anchor such as:
<a href="foo.php3?fooarray=$fooarray[]">tofoo</a>
Of course, the above doesn't work. I want to know a
way to do it as simple as possible.