Okay, while thinking, can I basically use divs, but use css to place those divs at a certain location? Then no matter where I put the divs, they would stay in that location anyway, because they would have it in the css that way. This way, I can put the things that needed to be updated AFTER the middle part where all the actions will take place?
And I probably won't start over completely. Probably just wade through the mess I've made with the code and redo it. Will be awhile before any new updates are made though.
I was wanting to try and do mysqli, but tried for over an hour to do a simple login script with it and it just wouldn't work LOL, so forget that
Now looking at my current game, it doesn't matter where I place the stats. Before the center div or after the center div, it does not refresh stats until you either attack again and your hp goes down from the previous hit, or until you refresh. Just doesn't make sense.