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???
this is the page that i am curently working on:
http://www.ehouseforrent.net/cgi-bin/mojoEstate.cgi?type=search
this page is currenly using cgi-scripts, so i guess the information is stored in the cgi-bin and it will be searching the cgi-scripts and/or information in the site.
i can't use a database because of the program and scripts that i am using. i am using a MojoScripts program from http://mojoscripts.com/
if anyone could help me out with this, that would be great.
thanks