Viewing 1 replies (of 1 total)
  • Thread Starter amjadsheen

    (@amjadsheen)

    Fixed by modifing apiconnect.php
    added new condition after

    <?php if (!in_array($mail, $email_exits_check)){ ?>

    
    <?php
    while (!feof($file_handle) ) {
      $line_of_text = fgetcsv($file_handle, 10240);
      $mail = $line_of_text[0];
      if (!in_array($mail, $email_exits_check)){
    
         if(!empty($mail)) {   // new condition to skip...
         .
         .
        }
    
      }
    }
    ?>
    
    • This reply was modified 7 years, 6 months ago by amjadsheen.
    • This reply was modified 7 years, 6 months ago by amjadsheen.
    • This reply was modified 7 years, 6 months ago by amjadsheen.
    • This reply was modified 7 years, 6 months ago by amjadsheen.
    • This reply was modified 7 years, 6 months ago by amjadsheen.
    • This reply was modified 7 years, 6 months ago by amjadsheen.
    • This reply was modified 7 years, 6 months ago by amjadsheen.
    • This reply was modified 7 years, 6 months ago by amjadsheen.
Viewing 1 replies (of 1 total)
  • The topic ‘Imports Empty contact’ is closed to new replies.