The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Web Programming, Web 2.0 and Mashups
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-04-2009
krabu krabu is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 44
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.