Printable Version of Topic

Click here to view this topic in its original format

nForums.net _ Webdesign _ Search

Posted by: wizzard May 16 2009, 08:01 PM

Hello everyone (alive)...

I need your help please.
i need someone to show me how to have a website search option like the one that you type in an item number then hit search it searches for that item in the site.

i know i wont get any reply soon but hopefully, wont be that long.

thank you

Posted by: PimpScourge May 18 2009, 11:53 PM

depends on how your website works. if it's on php/mysql, then you can make a script for searching the database (like most forums do).

If it's regular html, then the better option is have google do the search, but only in your site.

Posted by: wizzard May 19 2009, 09:39 PM

QUOTE(PimpScourge @ May 18 2009, 11:53 PM)
depends on how your website works. if it's on php/mysql, then you can make a script for searching the database (like most forums do).

If it's regular html, then the better option is have google do the search, but only in your site.
*



it is php/mysql, can ou show me how (the easy way) smile.gif
please

Posted by: PimpScourge May 21 2009, 02:29 AM

I haven't built one myself (yet), but here's a nice tutorial:

http://php.about.com/od/phpwithmysql/ss/php_search.htm

Here's a already made script, for searching content within the database, which only needs a few edits:

http://www.bewebmaster.com/58.php

And here's another script for a full-text search:

http://www.greywyvern.com/orca

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)