Re: [PHP] $_GET strings seperation

2007-05-26 Thread Tijnema
On 5/26/07, Navid Yar <[EMAIL PROTECTED]> wrote: Hello Everyone, I have a problem with GET strings. I use $_SERVER["REDIRECT_QUERY_STRING"] to get the value-pairs in the URL. The problem is that there is a cID variable that keeps appending itself to the string continuously everytime someone clic

[PHP] $_GET strings seperation

2007-05-26 Thread Navid Yar
Hello Everyone, I have a problem with GET strings. I use $_SERVER["REDIRECT_QUERY_STRING"] to get the value-pairs in the URL. The problem is that there is a cID variable that keeps appending itself to the string continuously everytime someone clicks on a different category link on the website. Fo