Hi I have two machines one running php v4.0.3pl1 and one running PHP Version 4.2.1
I developed the project on the 4.0.3pl1 and then uploaded it to my server box which is 4.2.1 (windows xp machine)
Few things have broken which seem weird, $PHP_SELF does not work says undefined variable, and also when i pass paramters via the query string sometimes it acts like it is not there and will not pass the isset() even though it is clearly passed in the query string and works on the other box.
Any ideas?