pp wrote:

> > $topic1 = mgd_create_topic(144222,$something,'1','1',1,'2');
> >  if(!$topic1) { echo "not OK.<br>";
> >                           } else {
> >                            echo "OK";
> >                          }
> > till now works fine
> > 
> > $up       = "";
> > $topic    = $something ;
> 
> And here is the main problem. I have to get topic's ID I just created.
> should replace $something for $topic1? But it seems not to work.

No, this call ought to be OK.

> > $title    = "&(article.title);";
> > /* BTW I don't know how use it here */
> > 
> Yes, better way '$article->title' :)

Yes, the &(...); only works outside php scripts.

Emile


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

Reply via email to