I wanted to combine if function(php) with html as i say below:
e.g.
<?php if(Statement) ?>
Action1
<?php else ?>
Action2
<?php ; ?>
means if 'Statement' is done, Action1 will happen , else Action2 will happen, which both of Action1 and Action2 are html codes,
can anyone tell me how to change the code , so the code will have this property??
Regards,