Help for this page

Select Code to Download


  1. or download this
    open(large file)
    for each line of the file {
    put it into an array
    see if item 0 of the array matches the search term
    grab the document list if it does
    }
    
  2. or download this
    if(a file exists called "/www/search/$searchterm"){
    open it and grab the document list
    }