pp wrote:
> 
> Alexander Bokovoy wrote:
> >
> > On Mon, Mar 19, 2001 at 12:49:07PM +0100, pp wrote:
> > > I got a little problem with getting correct topic's ID.
> > >
> > >  <?  $t_sam = mgd_list_topics(111);
> > >      while ($t_sam->fetch(111))
> > It should be
> >       while ($t_sam->fetch())
> 
> Yes, but it doesn't solve the problem...
> It would be best if I could use &(t_sam.id); instead $t_sam->id,
> but it seems to me not possible.

It isn't. &(...); is only possible outside PHP scripts. Why do you think
it would be better?

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to