I have a text file with URLs. It is something like this below:
http://site1.com/whatever.php
http://site2.com/whatever.php
http://site3.com/whatever.php
http://site4.com/whatever.php
http://site5.com/whatever.php
http://site6.com/whatever.php
http://site7.com/whatever.php
....
And I want to:
-Pick the first URL and put it in a variable
-Pick a random URL and put it in a variable
-Display all the URLs in a page the one below of the other
Any help on this will be greatly appreciated, thanks!
http://site1.com/whatever.php
http://site2.com/whatever.php
http://site3.com/whatever.php
http://site4.com/whatever.php
http://site5.com/whatever.php
http://site6.com/whatever.php
http://site7.com/whatever.php
....
And I want to:
-Pick the first URL and put it in a variable
-Pick a random URL and put it in a variable
-Display all the URLs in a page the one below of the other
Any help on this will be greatly appreciated, thanks!
Comment