Reply to Re: Select a random line from a text file
Posted by guttyguppy on 09/28/31 11:41
To clarify, I know how many line numbers are in the text file. I choose
a random number between 1 and that number, and I want php to load only
that line number from the text file.