This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$NetworkID = "NETWORKID"; //CHANGE THIS TO YOUR NETWORK ID | |
$NetworkToken = "NETWORKTOKEN"; //CHANGE THIS TO YOUR API KEY | |
$ApiDomain = "APIDOMAIN"; //CHANGE THIS TO YOUR NETWORK ID.api.hasoffers.com | |
$file = @fopen("affiliate_approval.csv", "r"); | |
if ($file) { | |
echo("Reading in File...\n"); |