Hello
thankyou for that thread it was very usefull.. but it seem to me i dont understand it
here what i try
Code:
<if condition="$comma = ''"></if>
<if condition="$userinfo[field15] & 1">
<TD width="133" valign="top" class="alt1"><strong>I am here for:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field15]$comma<if condition="$comma = ', '"></if></if></TD>
</tr>
<tr>
and
Code:
<if condition="$comma = ''"></if>
<if condition="$userinfo[field15] & 1">
<TD width="133" valign="top" class="alt1"><strong>I am here for:</strong></TD>
<TD width="205" valign="top" class="alt1">$post[field15]<if condition="$comma = ', '"></if></if></TD>
</tr>
<tr>
i try to do this way and it dont work .. any idea :surprised: