Any one have any information on selecting a rake of dates from a mysql database?
my current query reads.
$result = mysql_query("SELECT * FROM CWC_Memory");
I neeed to select where date is between todays date and todays date +10.
Any help would be realy great thanks in advanced.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
