I downloaded the tree structure of my web site onto my local Linux server to make some changes.
I used phpMyAdmin to duplicate the databases.
However, parameters that I pass via a URL are not being picked up in the scripts I write. if I pass a parameter, say, page.php?intID=5, the variable $intID doesn't exist, but it does on the remote server.
Obviously the problem is in my php.ini file. Anyone know what line I shhould change?
I used phpMyAdmin to duplicate the databases.
However, parameters that I pass via a URL are not being picked up in the scripts I write. if I pass a parameter, say, page.php?intID=5, the variable $intID doesn't exist, but it does on the remote server.
Obviously the problem is in my php.ini file. Anyone know what line I shhould change?