pp wrote:
>
> > It isn't. &(...); is only possible outside PHP scripts. Why do you think
> > it would be better?
>
> I don't know , but it displays correct value with:
> <input type="checkbox" name="topic_list[]" value="&(t_sam.id);"><a
> href="&(host.name);/&(t_sam.id);?action=list">&(t_sam.name);</a><br>
>
> and
> if ($action == 'list'){
> $a_sam = mgd_list_topic_articles($t->id);
>
> $t->id is always last topic's ID , I want ID which was in <a href>
That would be in $argv if the page is active.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]