Guest User

Untitled

a guest
Feb 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $link = 'http://www.google.com';
  2. $number = 3;
  3.  
  4. $arr = array(
  5. 'http://www.google.com',
  6. 'http://www.google.com/1',
  7. 'http://www.google.com/2'
  8. );
  9.  
  10. $link = 'http://www.google.com';
  11. $number = 6;
  12.  
  13. $arr = array(
  14. 'http://www.google.com',
  15. 'http://www.google.com/1',
  16. 'http://www.google.com/2',
  17. 'http://www.google.com/3',
  18. 'http://www.google.com/4',
  19. 'http://www.google.com/5'
  20. );
Add Comment
Please, Sign In to add comment