I am trying to use the backquotes to execute a system command, but it says the following message:
CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set
So.. I guess I need to turn off safe mode. I have no idea how to do this.
Can anyone walk me through? phpinfo() says that my "safe_mode" directive is off for Master Value, but is on for Local Value.
I guess there's a switch somewhere I need to set?
Thanks!