arlier then make the startdate blank, etc.
Tim Ward
Internet chess www.chessish.com <http://www.chessish.com>
--
From: Craig Westerman [SMTP:[EMAIL PROTECTED]]
Sent: 25 February 2002 19:32
To: Lerp
Cc: [EMAIL PROTECTED]
Subject: RE
Joe,
I don't want to change the query itself like you show. I want to use this
query
$query = ""
mysql_query("SELECT * FROM table WHERE date LIKE '%". $query ."%'");
and change only the variable $query = ""
I use $query throughout script for other things.
Thanks
Craig ><>
[EMAIL PROT
Hi there :)
1. mysql_query("SELECT * FROM table WHERE date ='$mydate'"); # where date
is same
2. mysql_query("SELECT * FROM table WHERE date > '$mydate'"); # where date
is newer
3. mysql_query("SELECT * FROM table WHERE date < '$mydate'"); # where date
is older
4.mysql_query("SELECT * FROM t
3 matches
Mail list logo