For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > March 2005 > Re: [PEAR] DB_DataObject Bug in a select









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PEAR] DB_DataObject Bug in a select
Dan Rossi

2005-03-27, 8:56 pm


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.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com