Kewl, thanks Nostr@damus that got it working.
And for others that may have a similar problem and find this:
Firstly, use phpinfo() to find where your php.ini file is stored. You will find a file called php.ini-dist, copy that over to php.ini and make your alterations to that file. When done, restart the server and all should be well.
btw, setting register_globals to 'on' is considered a security hazzard.. $HTTP*VARS[] should be used instead of passing variables in the URL... better start re-writting that code :/
Clint