Skip to content

Files

Latest commit

60d8ec3 · Mar 8, 2019

History

History
18 lines (8 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 556 Bytes

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.