pp wrote:

> It is posiible to create topics within host in background?
> I mean : while the client watching pages there are topics created within
> this host.

I guess you could by having the PHP executed below the </body> tag. The
page
will be fully available to the client but the script will still be
running
server-side.

> All I got - topic created failed and can't use mgd_errstr cause of
> 1.2.5.
> I don't know if it is ownership problem or topics id :(

That I can't tell either, but an educated guess: the page doesn't
require authentication? Midgard needs to know who is trying to create
these objects. If setting the page to require auth is not an option,
use mgd_auth_midgard($user, $pass, 0); before creating any of the
topics (substituting a valid username/pass of course).

Emile

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

Reply via email to