Does anyone know how to set allow_call_time_pass_reference=On ? right now mine is set to off and I need this turned on. I'm checking to see if I have access to the php.ini file, but I doubt it..so can this be done for just the script that needs it turned on...say locally?? Any help appreciated!
gary
Hello, You can create a .htaccess file and add this:
php_value allow_call_time_pass_referene "on"
Just like that.
Bill