[snip]
Does anyone know of a problem on Macs (pre OSX) with passing variables
on
the URL?

For example with the following url:

        http://someplace.org/file.php?ID=id&thingy=thingy

only

        http://someplace.org/file.php

actually gets passed.
[/snip]

What version of PHP? Have you checked the $_GET array 

print_r($_GET);

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

Reply via email to