Re: [PHP] problems in WHERE statment

2007-05-23 Thread Daniel Brown
On 5/23/07, Greg Donald <[EMAIL PROTECTED]> wrote: On 5/21/07, Mike Ryan <[EMAIL PROTECTED]> wrote: > I am a newbie so please bear with me. > > I get this error message when I try to run a query > > Connected successfullyCould not successfully run query () from DB: Unknown > column '$today' in '

Re: [PHP] problems in WHERE statment

2007-05-23 Thread Eric Butera
On 5/21/07, Mike Ryan <[EMAIL PROTECTED]> wrote: I am a newbie so please bear with me. I get this error message when I try to run a query Connected successfullyCould not successfully run query () from DB: Unknown column '$today' in 'where clause' this is the query command $query = 'SELECT * F

Re: [PHP] problems in WHERE statment

2007-05-23 Thread Davi
Em Segunda 21 Maio 2007 16:46, Mike Ryan escreveu: > I get this error message when I try to run a query > > Connected successfullyCould not successfully run query () from DB: Unknown > column '$today' in 'where clause' > > this is the query command > $query = 'SELECT * > FROM `job listing` > WHERE

Re: [PHP] problems in WHERE statment

2007-05-23 Thread Greg Donald
On 5/21/07, Mike Ryan <[EMAIL PROTECTED]> wrote: I am a newbie so please bear with me. I get this error message when I try to run a query Connected successfullyCould not successfully run query () from DB: Unknown column '$today' in 'where clause' this is the query command $query = 'SELECT * F

[PHP] problems in WHERE statment

2007-05-23 Thread Mike Ryan
I am a newbie so please bear with me. I get this error message when I try to run a query Connected successfullyCould not successfully run query () from DB: Unknown column '$today' in 'where clause' this is the query command $query = 'SELECT * FROM `job listing` WHERE open >=$today LIMIT 0 , 30