Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Array
  2. (
  3. [0] => 52.10
  4. [1] => 62
  5. [2] => 64.15.44.25
  6. [3] => 65.10
  7. [4] => 65.14
  8. [5] => 65.21
  9. [6] => 70
  10. [7] => 71
  11. [8] => 71.15.12
  12. [9] => 93.55
  13. )
  14.  
  15. Array
  16. (
  17. [0] => 92.55
  18. [1] => 92.74
  19. [2] => 93
  20. [3] => 94.10
  21. [4] => 98.12
  22. [5] => 98.66
  23. )
  24.  
  25. if (array_intersect($companyCad, $programCad)) {
  26. echo "Found";
  27. } else {
  28. echo "Not found";
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement