Hello EveryOne
I confuse of bellow code
<?php if($True == 0){ ?>
<a href="/#"> Apply </a>
<?php}else{?>
<a href="/#"> Aleary applied </a>
<?php }?>
Given Me Error Parse error: syntax error, unexpected '}'
BUT Solved It: When i replace '<?php' else to '<?' it could be solved.
But why it was Happen i could not understand.
Any One suggest me ?
Thank You.