I have a file which will be displayed on other websites using <?php require("file.txt"); ?>. I was wondering whether I could have each line of this randomised, so instead of line 1, line 2, line 3, appearing on other websites, I could have line 2, line 1, line 3.
Cheers for your help


Reply With Quote
Bookmarks