Skip to content

thim0o/PHPTextSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHPTextSearch

This is a little PHP script that let's the user search in a txt file on the server.

Usage:

  1. Just place results.php and seach.html in a folder with merged.txt (create this file yourself).

By default it shows all the lines that match the search query as links. You can change this in results.php

It doesn't look fancy, but it's pretty fast and it works :) This is my first PHP script ever so please tell me if there's something I can improve in the code.