|
Posted by Kimmo Laine on 02/15/07 07:49
"Dr. No" <no@no.no> wrote in message
news:qKMAh.14804$O02.2869@newssvr11.news.prodigy.net...
>I am new to using mod_rewrite and am trying to rewrite a URL to pass values
>to my script so that:
>
> http://www.myclient.com/everything/animals/mammals/cats
>
> is transformed into
>
> http://www.myclient.com/index.php?nav[0]=everything&nav[1]=animals&nav[2]=mammals@nav[3]=cats
>
> Specifically, I am looking for an n-ary solution to this problem. I know
> how to do it for a discrete number, but how do I do this transformation
> when the number of variables to go into the nav array is unknown, and how
> do I generate the index number? Can any experience mod_rewrite gurus point
> me in the right direction. I'm sure this is a common design pattern.
Just use empty brackets: nav[]=everything&nav[]=animals&nav[]=mammals, php
will understand this and create the index numbers for you.
--
"Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
http://outolempi.net/ahdistus/ - Satunnaisesti pδivittyvδ nettisarjis
spam@outolempi.net | rot13(xvzzb@bhgbyrzcv.arg)
Navigation:
[Reply to this message]
|