Re: [Demexp-dev] Questions

2007-10-17 Par sujet Lyu Abe
Hi David, Thanks for your helpful message! In such a case, please provide the *exact* and *complete* code you are using (like my example above). Otherwise it is quite complicated for me to understand what is the issue. Okay. Do you really want to use PHP? :-) Not necessarily. That's why

Re: [Demexp-dev] Questions

2007-10-17 Par sujet David MENTRE
David MENTRE <[EMAIL PROTECTED]> writes: > You have made several errors in this code: > * In "$message->xmlrpcmsg('max_question_id', $cookie);", you need to >create a *new* xmlrpcmsg. So you need to use some code like In fact, I seems that the above code was sending the previous $message doi

Re: [Demexp-dev] Questions

2007-10-17 Par sujet David MENTRE
Hello Lyu, Lyu Abe <[EMAIL PROTECTED]> writes: > can retieve the max number of questions. My PHP code is quite similar: > > $message->xmlrpcmsg('max_question_id', $cookie); > $max_Q_ret = $server->send($message); > print $max_Q_ret->value(); You have made several errors in this code: * In "$mes