Hello, I have a redtube script for adult videos: xkeez.com would like to have the videos go from: A to Z in loop, no duplicate, when clicked on the link. videos numbers are in a .txt file what will be the php code for this. I'm not a php programmer, but have some knowledge of html. Thank you for your help. regards,
Hello, I have a redtube script for adult videos: xkeez.com would like to have the videos go from: A to Z in loop, no duplicate, when clicked on a link. videos numbers are in a .txt file > The php code is: $videos = file("videos numbers.txt"); // file with redtube numbers (1 to X) shuffle($videos); - How would you write this so one would have the videos go from: 1 to X in loop, no duplicate, when clicked on a link. Thank you for your help