GloryAnders
New Member
- Joined
- Sep 16, 2009
- Messages
- 474
- Reaction score
- 0
240 :?
258
easy to type on numeric keyboard xd.
lol
<?PHP
$multiplyPostCount = ((getPostCount - 1) * 6);
if(getPostCount < 110) {
echo $multiplyPostCount;
}
elseif(getPostCount == 110) {
echo $multiplyPostCount . ". Yeah, that's right, I won.";
}
else {
echo "The game is already done, there is a winner.";
}
?>