How about
http://www.xyz.com/foo.php?FooID[]=1&FooID[]=2

Then FooID will be an array of the values.

-Steve


On Thursday, July 18, 2002, at 03:20  PM, Matthew K. Gold wrote:

> can I use an OR operator in a variable that is passed through a url?
>
> ex.  how can I combine the following two lines so that I end up with 
> records
> that have an id of either 1 or 2?
>
> http://www.xyz.com/foo.php?FooID=1
>
> http://www.xyz.com/foo.php?FooID=2
>
> (I tried the following, but it didn't work:
> http://www.xyz.com/foo.php?FooID=1||FooID=2  )
>
> thanks in advance for your help.
>
> Matt
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to