Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $counter = 0;
  3. foreach($keywordComp as $k){
  4. echo '<td class="textright">';
  5. echo $k[position];
  6. echo "</td>";
  7. if ($counter >= 10)
  8. break;
  9. $counter++;
  10. }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement