Re: variable substitution
Probably not so much a Windows/Linux issue as it is a php.ini issue.
What happens if you throw this right before your build $query :
$TOPROOTID = $_GET['TOPROOTID'];
My guess is that it works. Register globals is probably disabled on
your Linux setup. While you should probably write your scripts to work
without register globals, I realize that isn't always practical.
|