the reason why you are getting the
Undefined Variable error for wamp and not your host is because you changed the setting
error_reporting in your php.ini file to
E_ALL which shows all php errors. you webhost has their
error_reporting set to either
E_ALL & ~E_NOTICE or
E_ALL & ~E_NOTICE & ~E_STRICT which only displays the more serious errors for security reasons, not your
Undefined Variable error which php does not consider serious.
[
www.php.net]
CyberSpatiumWAMP English Forum Admin
--------------------------------------
like my free support, help support me by checking out my website here:
www.AnyRingTone.net