http://php.flashwebhost.com/stefin/if_greater.php
Code:<?php $totalScoreRequiredToUnlockTheNextLevel = 8000; $playerName = 'stefin'; $yourScore = 16000; if ($yourScore > $totalScoreRequiredToUnlockTheNextLevel) { echo 'Congratulations ' . $playerName . ' ! hurrah You Have Cleared The Level your score is' . $yourScore . ' point' ; }
Bookmarks