I searched google for more info. But the more I read, the more I get confused or surprised.
I understand what CURLOPT_FOLLOWLOCATION()follows "location", but what is location? Is this initialized url?
curl_setopt($curl_connection, CURLOPT_FOLLOWLOCATION, false);
I just need to send the data to the icontact mailing list - is this snippet above so that the data does not get on the mailing list?
I printed $resultand saw that the data was on the correct mailing list, although I can’t see if the data is correct, which is from the form.
source
share