Guest User

Untitled

a guest
Dec 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1.  
  2. $i=0;
  3. foreach($array as $key => $value ){
  4.  
  5. if($array[0] === $value){
  6. echo $ value;
  7.  
  8. }
  9. $i++;
  10.  
  11. }
Add Comment
Please, Sign In to add comment