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

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

RE: [PHP] Searching My Database

2004-09-29 Thread David Arkell
Maybe what you want is if (isset($_POST['WorkPermit'])) { $WorkPermit = $_POST['WorkPermit']; // do the select statement } else echo pno search/p; } -Original Message- From: Harlequin [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 08:15 To: [EMAIL PROTECTED]

RE: [PHP] Searching My Database

2004-09-29 Thread Jeff McKeon
of Information Technology Telaurus Communications LLC [EMAIL PROTECTED] +1 (973) 889-8990 ex 209 -Original Message- From: David Arkell [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 9:35 AM To: Harlequin; [EMAIL PROTECTED] Subject: RE: [PHP] Searching My Database Maybe what