Jump to content
xisto Community
Sign in to follow this  
kvarnerexpress

How To Build A Search Area Into My Website?

Recommended Posts

Hi all am making a website for a car selling company as part of our university project and just wondering if anyone can point me in the right diection. I must make a website which holds details about the cars in a database and i have got to make a search area very much like the one on http://www.autotrader.co.uk/ but i dont have a clue how too do one and and must learn on how to do it, it does not have to be as good as the autotrader one but it must but able to help the customers pick the make and model of he car they are looking for e.g. make:fiat modelunto etc. if anyone know of a page where i could learn on how to make search areas please let me know.(ps. i am using dreamweaver 8 and coldfusion mx 7)

Share this post


Link to post
Share on other sites

You can try searching through the database with just SQL statements. Search within the column of the database where the given parameters are found.

Something like

SELECT * FROM Persons WHERE FirstName='Tove'

Share this post


Link to post
Share on other sites

Try adding the google search engine to your webpage.

 

<!-- SiteSearch Google --><FORM method=GET action="https://www.google.de/webhp?gfe_rd=cr&ei=3nAwVIPhC6qH8Qfkk4HQCQ&gws_rd=ssl;<TABLE bgcolor="#FFFFFF"><tr><td><A HREF="https://www.google.de/?gfe_rd=cr&ei=BwkjVKfAD8uH8QfckIGgCQ&gws_rd=ssl;<IMG SRC="https://www.google.com/logos/Logo_40wht.gif&%2334; border="0" ALT="Google"></A></td><td><INPUT TYPE=text name=q size=31 maxlength=255 value=""><INPUT type=submit name=btnG VALUE="Google Search"><font size=-1><input type=hidden name=domains value="YOUR DOMAIN NAME"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="YOUR DOMAIN NAME" checked> YOUR DOMAIN NAME <br></font></td></tr></TABLE></FORM><!-- SiteSearch Google -->

Or you can look here http://forums.xisto.com/no_longer_exists/

 

And here https://www.google.com/enterprise/search/products/gss.html

Share this post


Link to post
Share on other sites

Google searches can be added to your site as per this Topic: http://forums.xisto.com/topic/26996-google-search-in-my-site-i-want/?t=26996 and there is a previous Tutorial written about searching your own database for information, too. Look in the Tutorial Section, or use the Search Feature at the top of this page. Specify "+search +database" (no quotes) as the search criteria within the Tutorial sub-forum and you should find it.

Try this : http://forums.xisto.com/topic/32299-searching-with-php-and-mysql-the-easy-way-p/

Share this post


Link to post
Share on other sites

Hi all am making a website for a car selling company as part of our university project and just wondering if anyone can point me in the right diection. I must make a website which holds details about the cars in a database and i have got to make a search area very much like the one on http://www.autotrader.co.uk/ but i dont have a clue how too do one and and must learn on how to do it, it does not have to be as good as the autotrader one but it must but able to help the customers pick the make and model of he car they are looking for e.g. make:fiat modelunto etc. if anyone know of a page where i could learn on how to make search areas please let me know.(ps. i am using dreamweaver 8 and coldfusion mx 7)


The 'saerch engine' on http://www.autotrader.co.uk/ is a very simple form. Each of the options in those search lists are each an are pointing to a different area within their website.

Actually, they Basic 101 dropdown forms. Check your help file on Dreamweaver and it will give the info to create the forms you need.

And in your free time check out my 21st Century Retro Mall at http://forums.xisto.com/no_longer_exists/

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.