TURBINE SEUS RESULTADOS E ACELERE SEU SUCESSO

Newsletter Empreender Minas

Junte-se a comunidade de empreendedores digitais e receba conteúdo grátis em seu e-mail.

Respeitamos sua privacidade: jamais enviamos Spam!

Sobre o Blog e Autor

O objetivo do blog MX Marketing Digital é trazer conteúdo sobre marketing e empreendedorismo, principalmente digital.

O blog é mantido pela agência Art MX Propaganda e Web, especializada há mais de 10 anos em marketing e web.

Os artigos são escritos pelo diretor Daniel Cruz, empreendedor focado em ajudar pessoas a conseguir mais clientes e aumentar seus lucros utilizando a internet.

Autor - Daniel Cruz - round png

$curl = curl_init(); curl_setopt($curl, CURLOPT_URL, "https://trackcmp.net/event"); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, array( "actid" => "798564591", "key" => "344dec178f07695c647d7e32eba79f3cd3276705", "event" => "EventoTeste", "eventdata" => "Dados_Teste_Evento", "visit" => json_encode(array( // If you have an email address, assign it here. "email" => "contato@artmx.com.br", )), )); $result = curl_exec($curl); if ($result !== false) { $result = json_decode($result); if ($result->success) { echo 'Success! '; } else { echo 'Error! '; } echo $result->message; } else { echo 'cURL failed to run: ', curl_error($curl); }