Hello,
I got a problem, my newsletter management script calls for the below in my .htaccess file. I have tried placing it in a PHP.ini file and it doesn't work.??
Any Idea why?
php_value include_path .:"/home/--*--/public_html/mngr/"
php_value magic_quotes_gpc "off"
php_value track_errors "on"
php_value display_errors "on"
php_value allow_call_time_pass_reference "on"
php_value register_globals "on"
Basically I am not positive this is the problem but when I try to login
it doesn't work. Just sits there. Also this script is running in a directory
and that is where I have placed my .ini file is this right??
Thanks for anything
I got a problem, my newsletter management script calls for the below in my .htaccess file. I have tried placing it in a PHP.ini file and it doesn't work.??
Any Idea why?
php_value include_path .:"/home/--*--/public_html/mngr/"
php_value magic_quotes_gpc "off"
php_value track_errors "on"
php_value display_errors "on"
php_value allow_call_time_pass_reference "on"
php_value register_globals "on"
Basically I am not positive this is the problem but when I try to login
it doesn't work. Just sits there. Also this script is running in a directory
and that is where I have placed my .ini file is this right??
Thanks for anything
Comment