I\'m trying to search a PHP file for a string and when that string is found I want to return the whole LINE that the string is on. Here is my example code. I\'m thinking I
You want to use the fgets function to pull an individual line out and then search for the