Thread

Index > Memecode > Search box programme ?
Author/Date Search box programme ?
Flash
30/04/2003 2:17pm
What you use for your search box...

I search one that work fine, not hard to install and not hosted by other server (like Google)...
fReT
30/04/2003 7:28pm
It's just a page of php I wrote myself, not very technical I know but it kinda works.
Flash
30/04/2003 9:44pm
You parse you owne site and put all words indexed in a data base ?
fReT
30/04/2003 10:42pm
php has a function to get the contents of a web page as a string... then I just do a string search on that result. The site DB has a list of application pages in it, so I iterate through that and get each page, search it and put up results.

For forums I can just do an SQL query to search for the word.
Reply