I have a problem that I have been trying to figure out using PHP. I have a local Log file that I would like to parse for a particular string at the beginning of the line. Basically saying that if string+15 is == "Some TEXT HERE" then print the whole line, else disregard. Well I am still pretty new to learning PHP and HTML is not even near my strong point I thought I would put the question here and see what the response was. I can program C++ but am having a little trouble adjusting to PHP for what reason I do not know.
James Hill