Quote:
|
Originally Posted by psili
Try
as I'm guessing global variables are turned off, or something, on the new server's php.ini file.
|
If that doesn't work, I would say the $id is probably tied into a database somehow and the connection isn't being made. Maybe I am missing something, but it's probably that register globals is on and your new server has it off. Goodluck!