if($ir['user_level'] > 1) { print "<br /> "<a href='donator.php'>Donate</a> for game benifits"<br /> ;}
<?php if($ir['user_level'] > 1) { print "<br /> \"<a href='donator.php'>Donate</a> for game benifits\"<br />" ;} ?>
if($ir['user_level'] > 1){print '<br /><a href="donator.php">Donate</a> for game benifits<br />';}
if($ir['user_level'] > 1){print '<br />"<a href="donator.php">Donate</a> for game benifits"<br />';}
Jump To Top of Thread