Updating Top Part of Script Last

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
carleihar
Forum Commoner
Posts: 36
Joined: Fri Nov 13, 2009 5:59 pm

Updating Top Part of Script Last

Post by carleihar »

In my website, I have a login bar that displays the user's name and money at the top of my header. Problem is, that when I change the money throughout the script, the money does not update because it was executed before the update. Is there a way that I can update my header last? My CSS is very finiky and complicated so I don't want to have to mess with my login bar. Any help?
Post Reply