Hello Lauber, I&#39;m trying to show values like you say, $row-&gt;cells[0] but don&#39;t show values, I try to modify the table like this<br><br>{foreach from=$tables item=group}<br>&nbsp;<br>{foreach from=$group-&gt;tables item=table}<br>
{if $table-&gt;numRows &gt; 0}<br>&nbsp;<br>{if $table-&gt;tableTitle eq my_table_name}<br>{foreach from=$table-&gt;rows item=row}<br>&nbsp; &lt;table class=&quot;cw3table&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;caption&gt;{t}Tablename{/t}&lt;/caption&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&lt;th align=&quot;left&quot;&gt;{t}First Attribute{/t}&lt;/th&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&lt;th align=&quot;left&quot;&gt;{t}Second Attribute{/t}&lt;/th&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;{$ban=true}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {foreach from=$row-&gt;cells item=value}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {if $ban}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;td&gt;{$value}&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {$ban=false}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {/if}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {if !$ban}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;a href=&quot;localhost://images/{$value}&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {$ban=true}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {/if}<br>&nbsp;&nbsp;&nbsp; &nbsp;{/foreach}<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<br>&nbsp; &lt;/table&gt;<br>{/foreach}<br>{/if}<br><br>The table only have two values and it work, in the first column are values only, and in the second column are links that go to other window, my problem is that show both columns like links, is like the value is united with the last one, my question is, why both columns show links, exist any way to show this values separately? and why this  $row-&gt;cells[0] don&#39;t show values.<br>
<br>Thanks and regards,<br><font color="#888888"><font style="color: rgb(0, 0, 0);" color="#888888">Karol</font></font><br><br><div class="gmail_quote">2008/12/15 Karol Briones <span dir="ltr">&lt;<a href="mailto:karolitab@gmail.com">karolitab@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks for your help, is true but I need something like this solution because only need some parameters, Thanks again.<br>
<br>Thanks and regards,<br><font color="#888888"><font style="color: rgb(0, 0, 0);" color="#888888">Karol</font></font><br>
<br><div class="gmail_quote">2008/12/15 Lauber Christoph <span dir="ltr">&lt;ch.lauber@geo-thun.ch&gt;</span><div><div></div><div class="Wj3C7c"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div>
<div><font color="#0000ff" size="2" face="Arial">
<div><font color="#0000ff" size="2" face="Arial"><span>Hello 
Karol</span></font></div>
<div><font color="#0000ff" size="2" face="Arial"><span></span></font>&nbsp;</div>
<div><font color="#0000ff" size="2" face="Arial"><span>We 
solved this in our projects like this:</span></font></div>
<div><font color="#0000ff" size="2" face="Arial"><span></span></font>&nbsp;</div>
<div><font color="#0000ff" size="2" face="Arial"></font>&nbsp;</div>
<div><font color="#0000ff" size="2" face="Arial">{foreach from=$tables 
item=group}</font></div>
<div><font color="#0000ff"></font>&nbsp;</div>
<div><font color="#0000ff" size="2" face="Arial">{foreach from=$group-&gt;tables 
item=table}<br>{if $table-&gt;numRows &gt; 0}</font></div>
<div><font color="#0000ff"></font>&nbsp;</div>
<div><font color="#0000ff"><font size="2" face="Arial">{if $table-&gt;tableTitle 
eq&nbsp;<span>my_table_name</span>&#39;}<br>{foreach 
from=$table-&gt;rows item=row}<br>&nbsp; &lt;table 
class=&quot;cw3table&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;th 
align=&quot;left&quot; colspan=&quot;2&quot;&gt;&lt;h3&gt;{t}<span>Tablename</span>{/t}&lt;/h3&gt;&lt;/th&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;th 
align=&quot;left&quot;&gt;{t}<span>First 
Attribute</span>{/t}&lt;/th&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;td 
align=&quot;left&quot;&gt;{$row-&gt;cells[0]}&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;tr&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;th 
align=&quot;left&quot;&gt;{t}<span>Second 
Attribute</span>{/t}&lt;/th&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;td align=&quot;left&quot;&gt;&lt;a href=&quot;</font>localhost://images/</font><font color="#0000ff" size="2" face="Arial">&quot;|cat:$row-&gt;cells[<span>1</span>]&gt;{t}<span>my 
Image</span>{/t}&lt;/a&gt;&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/tr&gt;<br>&nbsp; &lt;/table&gt;</font></div>
<div><font color="#0000ff">{/foreach}<br>{/if}</font></div>
<div><span><font color="#0000ff" size="2" face="Arial">...</font></span></div>
<div><span><font color="#0000ff" size="2" face="Arial"></font></span>&nbsp;</div>
<div><span><font color="#0000ff" size="2" face="Arial">As you 
see, you have to define every query by itself. Maybe not the best solution. But 
it works.</font></span></div>
<div><span><font color="#0000ff" size="2" face="Arial"></font></span>&nbsp;</div>
<div><span><font color="#0000ff" size="2" face="Arial">Regards,</font></span></div>
<div><span><font color="#0000ff" size="2" face="Arial">Christoph</font></span></div>
<div><span></span>&nbsp;</div></font></div>
<blockquote style="margin-right: 0px;">
  <div></div>
  <div dir="ltr" align="left" lang="de"><font size="2" face="Tahoma">-----Ursprüngliche Nachricht-----<br><b>Von:</b> Karol Briones 
  [mailto:<a href="mailto:karolitab@gmail.com" target="_blank">karolitab@gmail.com</a>] <br><b>Gesendet:</b> Montag, 15. Dezember 2008 
  15:32<br><b>An:</b> <a href="mailto:cartoweb-users@lists.maptools.org" target="_blank">cartoweb-users@lists.maptools.org</a><br><b>Betreff:</b> Re: 
  [Cartoweb-users] How to create requests variables<br><br></font></div><div><div></div><div>Hello 
  List, I have a problem with the table plugin, I need to get a specific 
  parameter from the database for show an image, for example <br>...<br>{foreach 
  from=$row-&gt;cells item=value}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;td&gt;&lt;a 
  href=&quot;localhost://images/{$value}&quot;&gt;&lt;/a&gt;&lt;/td&gt;<br>{/foreach}<br>...<br><br>but 
  I don&#39;t know how to get a specific parameter from the array of the table 
  plugin, please help me.<br><br clear="all">Thanks and regards,<br><font color="#888888"><font style="color: rgb(0, 0, 0);" color="#888888">Karol</font></font><br></div></div></blockquote></div>
</blockquote></div></div></div><br>
</blockquote></div><br>