Hey guys, I got a form on an html that sends a string to a php script, and I want to search through a textfile to find any partial matches to the string that was inputted.
So let's say the textfile was delimited by | or an endline between each term.
Anyone know how to get me started? I only started php recently, but have been doing c++ for a year or so now. So please try to explain the syntax if possible as well, thanks.
