I get the following erro when trying to use the conditions in my postbit
The following error occurred when attempting to evaluate this template:
Code:
Parse error: parse error in C:\wamp\www\students.kg\includes\adminfunctions_template.php(3939) : eval()'d code on line 54
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.
Here's my code
PHP Code:
<if condition="$post['field7'] == 'student">
University: $post[field6]
<else />
<if condition="$post['field7'] == 'abiturient">
School: $post[field8]
<else />
<if condition="$post['field6']">
University: $post[field6]
</if>
</if>
</if>