[PHP-DB] How can I implement Yahoo-like search?

2001-03-04 Thread lisa elita

How can I implement Yahoo-like search? 
For example: 

+WinZip +Mac

in one of my field in my table 'software' ?

TIA,
Lisa


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] How can I implement Yahoo-like search?

2001-03-04 Thread Sridhar Ranganathan

Hi

You can use the parsing functions of PHP 4.0 to replace the '+' with AND or 
OR and '-' with NOT and generate a SQL query into your table.

Then, use links like
a href='resultlink.php?id=12link=Link%20Result%20PageYour search 
result/a to display the results.

Hope this helps
Sridhar Ranganathan
Madras, India


From: "lisa elita" [EMAIL PROTECTED]
Reply-To: "lisa elita" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [PHP-DB] How can I implement Yahoo-like search?
Date: Sun, 4 Mar 2001 20:21:33 +0700

How can I implement Yahoo-like search?
For example:

+WinZip +Mac

in one of my field in my table 'software' ?

TIA,
Lisa


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]