Hi,

on 17/11/02 7:58 AM, Keith Spiller ([EMAIL PROTECTED]) wrote:

> Does anyone have an idea how I can make the php script gather all the multiple
> &browser=lynx&browser=mosaic&browser=explorer
> instead of only the last entry?

That URL is like writing:

<?
$foo = "betty";
$foo = "bob";
?>

And expecting that $foo contains both betty AND bob.  It's just not the way
the GET variables work.

Post your JS to a JS list/forum, and tell them you need to have the
checkboxes names something[] -- hopefully someone will be abel to spot the
glitch with ease.


Justin French
--------------------
http://Indent.com.au
Web Developent & 
Graphic Design
--------------------


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

Reply via email to