RE: [PHP-DB] Searching Documents

2002-02-08 Thread Todd Williamsen
So that statement would actually open up the MS Word document and search it for the keywords specified? -Original Message- From: Dan Brunner [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 9:34 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Searching

Re: [PHP-DB] Searching Documents

2002-02-08 Thread Dan Brunner
Hello!!! Use LIKE in your Select statement...Like this!! $sql = "Select File_Name From Table2 WHERE File_Name LIKE '%$Search%'"; $Search would come from a form... Dan On Friday, February 8, 2002, at 09:06 AM, [EMAIL PROTECTED] wrote: > I was wondering if there is a way to search documents