I have some code that opens a frame with a url such as "s.php?t=1&tt=0&st=0&pq=0&ex=0&order=ASC&ord=Title&w1=tommy&wh=%28Title%5Egt%5E%3D%27tommy%27%29".

on 2 machines, 1 running windows 2000, IE6 and another with 98 and Netscape 6.21 the following occurs:

  1. tt somehow becomes 10?
  2. if I put echo $tt as the first line of the php code it's 10 right there. If I change the variable name to rt then it's correct at 0
  3. I can run the same code on other machines using the same browsers and it works fine.

Any ideas?

    are you using urlencode() ?

    if not do.. may solve the problem..

    just an idea..

    Carl

      I'm using urlencode on the part of the url that would need it. I'll try it on the whole thing and see what happens..

        Write a Reply...