Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Searching through site

Posted 23 Jul 2002 17:27:17
1
has voted
23 Jul 2002 17:27:17 Tony Chronopoulos posted:
Hi guys! I didn't know where to post this, but I figured since I'm using UD then here is ok! <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

I have to make a web site that will have a search feature like the one found on www.thermo.com. Can anyone point me in the right detected please?

Thank you..

Tony

___________________
Lunch is on me! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

Replies

Replied 24 Jul 2002 01:32:44
24 Jul 2002 01:32:44 aegis kleais replied:
Future note; if you give our URL's, place in front of them otherwise this forum will assume it's a sub directory of the current page location <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Anyways, so it seems like you want to create a standard search engine. The short n sweet would be to tell ya to take a look at UDZones tutorials, as that some people have written some REALLY great tutorials. Check this link:

www.udzone.com/showDetail.asp?TypeId=2&NewsId=288

(see? starts with <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> )

Anyways, that's for index searching (which is very powerful) The basica of searching are sending strings and bouncing them off the content of your database using SQL queries. You know, like:

SELECT * WHERE fldName LIKE searchQuery

Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])
Replied 24 Jul 2002 05:15:41
24 Jul 2002 05:15:41 Tony Chronopoulos replied:
Thanks a lot - I'll go take a look...


Sorry about the URL.. I usually put the but if I was to always put it, then you wouldn't be able to comment about it! hehehe <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>


<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Future note; if you give our URL's, place in front of them otherwise this forum will assume it's a sub directory of the current page location <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Anyways, so it seems like you want to create a standard search engine. The short n sweet would be to tell ya to take a look at UDZones tutorials, as that some people have written some REALLY great tutorials. Check this link:

www.udzone.com/showDetail.asp?TypeId=2&NewsId=288

(see? starts with <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> )

Anyways, that's for index searching (which is very powerful) The basica of searching are sending strings and bouncing them off the content of your database using SQL queries. You know, like:

SELECT * WHERE fldName LIKE searchQuery

Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

___________________
Lunch is on me! <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>

Reply to this topic