We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Search
Topic Started: May 3 2005, 11:50 AM (139 Views)
Auron89
Member
[ *  *  *  *  *  *  * ]
I'm currently designing my site, though I'd like a search engine on it. Anyone know how I would go about this? :unsure:
Offline Profile Quote Post Goto Top
 
solinent
Member Avatar
Member
[ *  *  * ]
You could use a database to store everything.

you'd have to store every single page on it, and you'll have to learn how to use php with SQL or how to use ASP with sql (php is way easier).

then you could serach the database using

SELECT * FROM pages WHERE page = '" Request.Querystring("query") "'"

and then a form like

<form method="GET" action="search.asp(or php)" name="form1">
<input type="text" name="query" />
</form>
Offline Profile Quote Post Goto Top
 
Auron89
Member
[ *  *  *  *  *  *  * ]
Okay... maybe I'll just leave search. :lol: Is there an easier way?
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply