Page 1 of 1

Create search function.

Posted: Fri Jun 01, 2007 2:10 am
by ccweng
I want to make a search function in my php pages. My webpages, are not using any database, only do some read and write from / to text file. My webpages provide information of some items. I wish to add a "search" form for user to search keywords, which it searches through the webpages content, basically inside html body, NOT from database. Anyone know how to do this?
Thanks.

Posted: Fri Jun 01, 2007 2:11 am
by djot
provide your code trials ... or throw money.

Posted: Fri Jun 01, 2007 7:01 am
by superdezign
If they are pages, I'd recommend just using Google. Or, if you really want to do it through PHP, there are a lot of examples.