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:
- tt somehow becomes 10?
- 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
- I can run the same code on other machines using the same browsers and it works fine.
Any ideas?