Code Comments
Programming Forum and web based access to our favorite programming groups.
On 28/03/2005, at 9:30 AM, foxmask wrote:
> $births->whereAdd("MONTH(user_birthday)","3");
>
Whats this $births->whereAdd("MONTH(user_birthday)","3");
I would try
$births->whereAdd('MONTH(user_birthday)=3');
something like that.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.