Re: Newbies asking help with LEFT JOIN

2003-09-14 Thread Jordan Morgan
t;.$fname."%' > and IE.Rank = '$rank' > and TD.Tenure_Status like '$tenure' > order by FP.FirstName; > > -Original Message- > From: Jordan Morgan [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 14, 2003 4:28 PM > To: David Sears > S

Re: Newbies asking help with LEFT JOIN

2003-09-14 Thread Jordan Morgan
ch > info in the mysql docs. > > -Original Message- > From: Jordan Morgan [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 14, 2003 2:45 PM > To: David Sears > Cc: [EMAIL PROTECTED] > Subject: Re: Newbies asking help with LEFT JOIN > > I tried the parenthese

RE: Newbies asking help with LEFT JOIN

2003-09-14 Thread David Sears
nday, September 14, 2003 12:56 PM > To: David Sears > Cc: [EMAIL PROTECTED] > Subject: Re: Newbies asking help with LEFT JOIN > > Thanks for the prompt response David. However, it still doesn't work. > > The search page is here: > http://www.jordymaeproductions.com/P

Re: Newbies asking help with LEFT JOIN

2003-09-14 Thread Jordan Morgan
PM > To: David Sears > Cc: [EMAIL PROTECTED] > Subject: Re: Newbies asking help with LEFT JOIN > > Thanks for the prompt response David. However, it still doesn't work. > > The search page is here: > http://www.jordymaeproductions.com/PHP/latest/SearchFaculty.php4 > > I

RE: Newbies asking help with LEFT JOIN

2003-09-14 Thread David Sears
That's parentheses () around the inner join, not braces {}. -Original Message- From: Jordan Morgan [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2003 12:56 PM To: David Sears Cc: [EMAIL PROTECTED] Subject: Re: Newbies asking help with LEFT JOIN Thanks for the prompt res

Re: Newbies asking help with LEFT JOIN

2003-09-14 Thread Jordan Morgan
order by FP.FirstName; > > -Original Message- > From: Jordan Morgan [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 14, 2003 1:29 AM > To: [EMAIL PROTECTED] > Subject: Newbies asking help with LEFT JOIN > > Hi, > > I'm working on a faculty system a

RE: Newbies asking help with LEFT JOIN

2003-09-14 Thread David Sears
quot;%' and FP.FirstName like '%".$fname."%' and IE.Rank = '$rank' and TD.Tenure_Status like '$tenure' order by FP.FirstName; -Original Message- From: Jordan Morgan [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2003 1:29 AM To: [EMAIL P

Newbies asking help with LEFT JOIN

2003-09-13 Thread Jordan Morgan
Hi, I'm working on a faculty system and currently I'm building a search which allows users to generate a list of faculty withint a department based on their first name, last name, rank, and tenure status. I could do it without the tenure status criteria however I can't get it work if the tenure st