I am taking over the management of an existing website. I have established a machine which is local to me with the same version of php (4.3.10-16) and mysql. One big difference is on the local machine, I am running apache 2.0 while on the hosted site, I am using apache.
Is there a php setting which affects the scope of variables? One of the hosted pages uses several $vars and works perfectly. On my local version, these vars are undefined.
Thanks in advance.