RE: [PHP] Searching My Database

2004-09-29 Thread Jeff McKeon
$WorkPermit = $_POST['WorkPermit']; // do the select statement } else echo "no search"; } -Original Message- From: Harlequin [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 08:15 To: [EMAIL PROTECTED] Subject: [PHP] Searching My Database Morning

RE: [PHP] Searching My Database

2004-09-29 Thread David Arkell
004 08:15 To: [EMAIL PROTECTED] Subject: [PHP] Searching My Database Morning everyone. I've read around the subject of searching and although using the FULLTEXT capability of MySQL might be the proper way of doing this I feel it's somewhat limited and have decided to use a simple sele

RE: [PHP] Searching My Database

2004-09-29 Thread Jay Blanchard
[snip] I've read around the subject of searching and although using the FULLTEXT capability of MySQL might be the proper way of doing this I feel it's somewhat limited and have decided to use a simple select procedure. [/snip] Once again, might this not be better on the MySQL list? They may exp

Re: [PHP] Searching My Database

2004-09-29 Thread Silvio Porcellana
I don't think this is the best list to ask questions about SQL, try http://lists.mysql.com Cheers! Silvio Porcellana Harlequin wrote: Morning everyone. I've read around the subject of searching and although using the FULLTEXT capability of MySQL might be the proper way of doing this I feel it's

[PHP] Searching My Database

2004-09-29 Thread Harlequin
Morning everyone. I've read around the subject of searching and although using the FULLTEXT capability of MySQL might be the proper way of doing this I feel it's somewhat limited and have decided to use a simple select procedure. I'm sure there's a better way of doing this, as I'm quite new to