pp wrote: > > <? $aa = mgd_get_midgard(); > > echo $aa; ?> > > > > At last I should have "Object". > > It returns nothing..... but on the other machine > > it works as it should. > > I used with print_r. > User is always '0'. > What is for that? mod-midgard? > And how to debug what is going wrong?
if $aa isn't set to anything, print mgd_errstr() after it, that should give us a clue on what's happening. mgd_get_midgard can only return false when it thinks it's not connected. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
