|
Posted by Tim Roberts on 04/23/06 08:48
maxvalery@gmail.com wrote:
>
>How can I accomplish something like that via one of those fancy
>multi-value browser GET lines, like 'index.php/?id=2?itemID=3', where
>id is the key of the page content, and itemID is the key of the item?
That would be index.php?id=2&itemID=3
The ? separates the URL from the parameters. Multiple parameters are
separates by &. There can be as many as you want, up to a reasonable
limit.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Navigation:
[Reply to this message]
|