[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: recordset object
Interesting...
On Thu, May 13, 1999 at 11:53:13PM -0400, Robert Myers wrote:
> Watch you echo's in php3 with the recordset object.
>
> You must use it this way:
>
> echo "something something something" . $rs->data[num] . "somemore
> somemore";
>
> if you do not, and you do it this way:
>
> echo "something something something $rs->data[num] . . .
>
> You will get Array[num] as the output for $rs->data[num]
>
>
>
> -Bob
> ccrider@whiterose.net
> Systems Administrator for whiterose.net
> http://www.whiterose.net
---end quoted text---