Re: [PHP] what the hell in this sql

2003-03-12 Thread CPT John W. Holmes
IN' in your > > statement - again refere to the manual for instructions. > > > > George > > > > > >>-Original Message- > >>From: Alawi [mailto:[EMAIL PROTECTED] > >>Sent: 12 March 2003 11:07 am > >>To: [EMAIL PROTECTED]

Re: [PHP] what the hell in this sql

2003-03-12 Thread Martin Mandl
oblem. Without checking I suspect that you need to specify a 'JOIN' in your statement - again refere to the manual for instructions. George -Original Message- From: Alawi [mailto:[EMAIL PROTECTED] Sent: 12 March 2003 11:07 am To: [EMAIL PROTECTED] Subject: [PHP] what the hell in thi

RE: [PHP] what the hell in this sql

2003-03-12 Thread George Pitcher
'JOIN' in your statement - again refere to the manual for instructions. George > -Original Message- > From: Alawi [mailto:[EMAIL PROTECTED] > Sent: 12 March 2003 11:07 am > To: [EMAIL PROTECTED] > Subject: [PHP] what the hell in this sql > > > > SELE

[PHP] what the hell in this sql

2003-03-12 Thread Alawi
SELECT * FROM cont_types, cont_data, cont_cats WHERE cont_data.cont_id = $cont_id AND cont_types.type_id = cont_data.type_id AND cont_cats.cat_id = cont_data.cat_id its not work , give me 1064 - Do you Yahoo!? Yahoo! Web Hosting - establish your busin