Iam Coding A Small Portal And Need Help
This Is My Code
echo "<div class='posterdecoration'><img src='$row[scr1]' width='640' alt='$row[name]' /></div>";
echo "<div class='posterdecoration'><img src='$row[scr2]' width='640' alt='$row[name]' /></div>";
When I Put Scr1 + Scr2 From Site Panel
It Show On The Site
I Need To Use <If Condition>
On The Scr2
So If I Didnt Put The Field Scr2 It Dont Appear
I Used To Made It In vBulletin Forum
<If Condition="#post[field10]"> Something </if>
But Here In My Code I Dont Know How To Do It
All I Need To Do Is If The $row2 Is Empty Dont Show It In The Page