Posted by aeg on 12/25/07 09:59
On Dec 21, 5:56 pm, paul...@excite.com wrote:
> print $row->editorialdate;
> print $row->editorialname;
> print $row->editorialcomments;
You should be doing $row['editorialdate'] to read from the array not
the way you're doing it which is attempted to read from a class (which
you haven't got).
Surely? Unless I'm missing something?
[Back to original message]
|