I am installing a php script and just seem to be getting this error:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of walkArray(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /usr/local/psa/home/vhosts/aumz.com/httpdocs/includes/functions.inc.php on line 138
this is line 138
walkarray( &$_GET, "sanitizeVar" );
could someone please help a no idea person like me thanks
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of walkArray(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /usr/local/psa/home/vhosts/aumz.com/httpdocs/includes/functions.inc.php on line 138
this is line 138
walkarray( &$_GET, "sanitizeVar" );
could someone please help a no idea person like me thanks