I have a data diractory in my server and there is many text file like
text1.txt
abc.txt
def.txt
now i need to read a specific line that contain a specific word like (emp_name) from each file and echo full line in my php project.
how to do this any help appreciated Thanks in advance.
your direction should be like this:
edit:
do like this: