>
>I think MySQL wants the date in YYYY-M-D format, did you try changing
>$Date = date('M d Y');
>to
>$Date = date('Y-m-d');
>
>- MatijnTru dat. But mySql doesn't want the dashes embedded. The format string should be "Ymd" instead. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
