in my PHP.ini file, I have this: allow_url_fopen = On
it appears that is how to enable fsockopen() But is that accurate?
Because my API is saying invalid key, when I have verified it is accurate, the people that gave me the key, said typically it is because the host has disabled fsockopen(), they also told me to whitelist some IP addresses of theirs for fsockopen(), how/where do I do that? is it in PHP.ini?
I have Cpanel which has the MultiPHP INI editor... so I checked in there and allow_url_fopen is set to On
But I don't see fsockopen() so I'm not sure if that is how to enable it or not.
Thanks, -Rich