changtraingheo
08-23-2012, 08:14 AM
I have this code:
{vb:if condition="$display_name['change']">
<form action="profile.php?do=update" method="post" class="block">
{/vb:if}
....
</form>
It's work well, but not close form tag, then a add bellow this code:
{vb:if condition="$display_name['change']">
<form action="profile.php?do=update" method="post" class="block">
{/vb:if}
....
{vb:if condition="$display_name['change']">
</form>
{/vb:if}
but it's not work, i got this error
"The following error occurred when attempting to evaluate this template:
Unclosed Curly Brace Expression
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish."
pls help me this problem.
--------------- Added 1345713995 at 1345713995 ---------------
LOL ... :)) i'm wrong ...
<vb:if condition="$display_name['change']"> it's true :)) ..
Close this topic
{vb:if condition="$display_name['change']">
<form action="profile.php?do=update" method="post" class="block">
{/vb:if}
....
</form>
It's work well, but not close form tag, then a add bellow this code:
{vb:if condition="$display_name['change']">
<form action="profile.php?do=update" method="post" class="block">
{/vb:if}
....
{vb:if condition="$display_name['change']">
</form>
{/vb:if}
but it's not work, i got this error
"The following error occurred when attempting to evaluate this template:
Unclosed Curly Brace Expression
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish."
pls help me this problem.
--------------- Added 1345713995 at 1345713995 ---------------
LOL ... :)) i'm wrong ...
<vb:if condition="$display_name['change']"> it's true :)) ..
Close this topic