Guest User

Untitled

a guest
Oct 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ##Header:
  2. if(!empty($iscritti)){//Not empty continue searching for email
  3. foreach($iscritti as $iscritto){
  4. if($iscritto['email'] == $new_email){
  5. $newsletter_user_exists = true;
  6. }
  7. }
  8. }else{//No subscribers or error epic,fail
  9. $epic_fail = true;
  10. }
  11.  
  12. ##Body:
  13. <?
  14. if(isset($epic_fail) && $epic_fail){
  15. ?>
  16. <span>Fail</span>
  17. <?
  18. }
  19. ?>
  20.  
  21. LOL
Add Comment
Please, Sign In to add comment