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/
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
>>
>> 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.
3 matches
Mail list logo