> 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>






-- 
http://www.milinski.com.pl
http://www.infoglob.com
http://agaipiotras.igk.pl

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

Reply via email to