Forum Moderators: coopster
<?php
if () {}?>
<p>conditional content here</p>
<?php?>
So the content that should only be served when a condition is met is not inside PHP syntax, but between it.
I have no clue if this can be done or if it can how to go about it.
John