Royzzzz Posted April 22, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
web541 Posted April 22, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
Royzzzz Posted April 23, 2017 Author Report Share Posted April 23, 2017 Working! Quote Link to comment Share on other sites More sharing options...
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.