Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-30-2002, 09:03 PM   PM User | #1
jsanchezgoku
New to the CF scene

 
Join Date: Jun 2002
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
jsanchezgoku is an unknown quantity at this point
Question Search Button

Hey guys and gals,

I'm putting up this website and one of the features I want to implement is a search field and button. How would I go about doing that (please be as detailed as possible)? Thanks in advance!
jsanchezgoku is offline   Reply With Quote
Old 07-01-2002, 12:31 AM   PM User | #2
Nightfire
Senior Coder

 
Nightfire's Avatar
 
Join Date: Jun 2002
Posts: 4,266
Thanks: 6
Thanked 48 Times in 48 Posts
Nightfire is on a distinguished road
Best way is by using a serverside solution. Does your host support php, asp, cgi/perl, etc?
__________________
Blue Panda
Website Design | 1 Pound Ads | 'ow much? | Coding Geeks
Nightfire is offline   Reply With Quote
Old 07-01-2002, 09:08 AM   PM User | #3
premshree
Regular Coder

 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 218
Thanks: 0
Thanked 0 Times in 0 Posts
premshree is an unknown quantity at this point
Are you looking for a site search or just want visitors to search the web from your site (i.e sort of a link to other search engines)
premshree is offline   Reply With Quote
Old 07-01-2002, 10:10 AM   PM User | #4
duniyadnd
Regular Coder

 
Join Date: Jun 2002
Location: Depends on the time of year
Posts: 478
Thanks: 0
Thanked 0 Times in 0 Posts
duniyadnd is an unknown quantity at this point
sql/php is the best solution in my book, i like using that.

you could use javascripting though its very very very very tedious. In an array put in all the main words you want (if its a simple search) and make a page for each one of them.

Don't know about double sided arrays, but i guess you could nest them to get a better search. I wouldn't recommend this way though.

Not much help but still...

Enjoy
duniyadnd is offline   Reply With Quote
Old 07-01-2002, 04:32 PM   PM User | #5
ecnarongi
Regular Coder

 
Join Date: Jun 2002
Location: Northern NJ
Posts: 401
Thanks: 0
Thanked 1 Time in 1 Post
ecnarongi is an unknown quantity at this point
I would recommend index server, or sometype of indexing software because to open every file on your server and text search is time consumming no matter what language you use. And the alternate to that is write your own indexer which is crazy for a newbie. That's if you want to search your site, if you want to search the web there are many services to do that google is one of the best but they cost money if you aren't an educational institution.
__________________
true lies
ecnarongi is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:13 AM.


Advertisement
Log in to turn off these ads.