I am making a simple users login with a txt file... when the yfill out a forum it will write it $name | $pass I want to be able to search through a txt file to see if the username matches the password... please help
read the file line by line, split it via explode, the first argument should be your username, the second the pass ?