i want to be able to create a search form using PHP, the search form can't search a database.
the search form will have dropdown menu's and text fields.
how do you create a search using PHP that doesn't search a database, but still searches information???
if anyone could help me out with this, that would be great.
thanks
creating a search without a database???
Moderator: General Moderators
-
mikewooten
- Forum Contributor
- Posts: 169
- Joined: Wed Feb 11, 2004 12:13 pm
- Location: Duluth, Georgia
- Contact:
-
mikewooten
- Forum Contributor
- Posts: 169
- Joined: Wed Feb 11, 2004 12:13 pm
- Location: Duluth, Georgia
- Contact:
this is the page that i am curently working on:
http://www.ehouseforrent.net/cgi-bin/mo ... ype=search
this page is currenly using cgi-scripts, so i guess the information is stored in the cgi-bin
http://www.ehouseforrent.net/cgi-bin/mo ... ype=search
this page is currenly using cgi-scripts, so i guess the information is stored in the cgi-bin
-
mikewooten
- Forum Contributor
- Posts: 169
- Joined: Wed Feb 11, 2004 12:13 pm
- Location: Duluth, Georgia
- Contact:
If you're looking for a search script in php Growsearch is a good and simple search script (http://www.gr0w.com/amos/growsearch/. I have tried it myself and got it working quite easily. It searches flat (html or php) files.