Quote:
<td width="90%"> </td>
<td valign="top" nowrap="" align="left">
<div class="smallfont">
<if condition="$post['field7'] == '7'">
<b>Donanım Bilgilerim</b><br>
</if>
<if condition="$post['field8'] AND $post['field7'] == '7'">
KSA: $post[field8]<br>
</if>
<if condition="$post['field9'] AND $post['field7'] == '7'">
MB: $post[field9]<br>
</if>
<if condition="$post['field10'] AND $post['field7'] == '7'">
CPU: $post[field10]<br>
</if>
</div>
</td>
<td width="100%"> </td>
|
where to fall into error?