I am running into errors about by register_globals.
XML error: mismatched tag at line 71.Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled.
Is this something I handle through my script or is this on the server side?
Perhaps what I need to ask is if php.ini is located on my server side or if I need to have php.ini uploaded from my end.