Firstly,
JCVenom why using $_SESSION when thats already declared with $pl in style_top
Just sloppy not using something if its already declared.
Secondly,
Hybridd
When adding to a column that already exists such as `wallet`, `my_points`, my_maxenergy & my_dondays
you want to set the column you using first IE `wallet` = `wallet`<<--(your first figure) + 100 you also dont need to put these ' around numbers.
hope this helps for the future!!