Royzzzz Posted April 22, 2017 Report Posted April 22, 2017 Hey folks, This is the code for showing the money on your PROFILE page: <?php echo FinanceData::FormatMoney($userinfo->totalpay) ?> I was wondering what is the code for the MAIN PAGE... It is not the same code! Quote
web541 Posted April 22, 2017 Report Posted April 22, 2017 Is this for the same user (the one that has logged in?) If so, try this <?php echo FinanceData::FormatMoney(Auth::$userinfo->totalpay); ?> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.