Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

site search engines in dreamweaver

Status
Not open for further replies.

tomwaits4noman

Technical User
Dec 30, 2007
3
Hi all
badly suck need a site search engine for a site I have designed.
see link below
Its a mixture of tick boxes and jump menus but I have no idea how to make this work. This is the first site that I have built from scratch myself, and am more familiar with the design aspect rather than programming side.

At the moment there is no CMS in place, I am trying to install zencart or oscommerce as a database, but is this needed for the search engine?

The site is live on a server...

Is there a way using php or java or asp to make the search engine active, the pages are already created see

If anyone has any advise on this appreciate it, or tutorials to help me out? thanks.
 
Looks like you need a selector not a search engine. You can get some of this stuff pre-written - most of the standard CMSs provide the functionality that you need - but you will still need reasonable understanding of the technology behind the code to make it work commercially.

1. Start by deciding which backend language you will be comfortable with (suggest ASP if you are a MS house, or PHP otherwise as a start point).
2. Get a host that supports that technology.
3. Pick a CMS based on that technology.
4. Have a look at
When you have your server and CMS up and running, post back in the appropriate forum with any specific problems you are getting.

For guidance on general forum usage try faq222-2244.

Forums that may help with specific questions:
forum1246
forum333
forum434

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Hello Brian, Nice design
A database solution is probably best to aim at.
e.g.php/MYSQL if you are linux hosted
1.Firstly you could put all the search criteria into a form
with the seach image as the button.
2. when the form is submitted it goes to a page with recordsets that search the data database with the search criteria submitted by the form.
Hope this helps
Regards
Clive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top