Skip to content

Instantly share code, notes, and snippets.

@madeinnordeste
Created April 4, 2015 12:41
Show Gist options
  • Save madeinnordeste/29f0087bb468ec1f8597 to your computer and use it in GitHub Desktop.
Save madeinnordeste/29f0087bb468ec1f8597 to your computer and use it in GitHub Desktop.
<?php
/*Four:*/
//in php script you have adjust to receive the correct parameter: $_POST['email']
include 'briteverify.com.class.php';
$brite = new Brite_Verify($_POST['email'], 'YOU-API-KEY');
$result = $brite->verify();
echo $result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment