Created
April 26, 2015 03:21
-
-
Save iamdtang/31d5df8cd3fd4bc15786 to your computer and use it in GitHub Desktop.
olu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var balance = <?php echo $_SESSION['balance']; ?>; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment