Re: mysql/php query from 2 tables

2001-07-01 Thread Rolf Hopkins
- Original Message - From: "Felicia" <[EMAIL PROTECTED]> To: "mysql post" <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 2:06 Subject: mysql/php query from 2 tables > im having problems getting results querying two tables but I am not sure of >

mysql/php query from 2 tables

2001-06-30 Thread Felicia
im having problems getting results querying two tables but I am not sure of the correct php syntax for the query statement below. It always yields 0 results. $query2 = "select * from dir,free where 'dir.inst' = free.inst'"; This is what I use in mySQL database but I get 0 results when querying