RE: MySQL php - assigning date variables

2002-02-25 Thread Daniel Rosher
SQL statement are: What is proper way to define a variable to include all dates newer than 1995-01-01? $query = ??? select * from table where date '1995-01-01' What is proper way to define a variable to include all dates older than 1995-01-01? $query = ??? select * from table where

Re: MySQL php - assigning date variables

2002-02-25 Thread Georg Richter
On Tuesday, 26. February 2002 00:18, Craig Westerman wrote: What is proper way to define a variable to include all dates newer than 1995-01-01? What is proper way to define a variable to include all dates older than 1995-01-01? What is proper way to define a variable to include all

RE: MySQL php - assigning date variables

2002-02-25 Thread Craig Westerman
SQL statement are: What is proper way to define a variable to include all dates newer than 1995-01-01? $query = ??? select * from table where date '1995-01-01' What is proper way to define a variable to include all dates older than 1995-01-01? $query = ??? select * from table where