PHP code to read after string?

Limideen

New member
I need a PHP script to read a text file AFTER a string is matched.
E.G My text file will say the following:

string 79

and my script will know the string in the variable $string ,but needs to discover the number.
 
Back
Top