Re: [PHP] Re: Array Losing value

2004-07-20 Thread Justin Patrin
On Tue, 20 Jul 2004 10:50:04 -0500 (CDT), Jonathan Villa <[EMAIL PROTECTED]> wrote: > nevermind, I found a work around for it... > > I still would like to know why the value is lost. > What's the "work-around"? -- DB_DataObject_FormBuilder - The database at your fingertips http://pear.php.net/

Re: [PHP] Re: Array Losing value

2004-07-20 Thread Jonathan Villa
nevermind, I found a work around for it... I still would like to know why the value is lost. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Array Losing value

2004-07-20 Thread Jonathan Villa
>> >> if I die(sizeof($objDBI->Fetch_Array($objDBI->getResultID( within >> the >> DBI method, it return the correct value, however if I do >> >> $retval = $objDBI->Fetch_Array($objDBI->getResultID()); >> die(sizeof($retVal)); > > $retval != $retVal > > -- > PHP General Mailing List (http://www.