So, since (points to sig), I figured I wanted to do this:
When people sign up, they choose a character name from a generated list. So I figured I could just make a .txt file, and read the names available, from there. So I'd put each one on a seperate line. Dandy, and I came across this function.
file_get_contents
I'm preeeeetty sure that's the one I want. But I don't understand how I'd make it read from a certain line and STOP reading at that exact point. Also, I was wondering how I would get that input into an output and have people select that (like using checkboxes) but if you feel overwhelmed and just want to answer the first, that'd be fine.