|
PHP Script to search muliplte files Urgent
Hi,
I have multiplte text files containing numbers e:g
123400 0000001
000001 2333334
I am taking input from html form and passing to php script using post.
I want to search multiple files if input is found then display the line
containing the input.
Thanks in advance.
|