Page 1 of 1

mysql greaterthan or equal to?

Posted: Wed Aug 18, 2004 3:25 pm
by pinehead18
$tsql = "SELECT tid,forum_id FROM topics WHERE author='$name' AND subject='$subject' AND
date => '$date'";

Is that how you say if the date is greater than or equal to?

It is not working
thank you
anthony

Posted: Wed Aug 18, 2004 3:30 pm
by feyd
>=