SyntaxFix
Write A Post
Hire A Developer
Questions
You can use this:
curl_setopt_array($ch, $options); $resultado = curl_exec($ch); $info = curl_getinfo($ch); print_r($info["url"]);