Evilsmoothie
Mad kung-fu artist
- Feb 11, 2013
- 446
- 57
Hello. The title might be a little confusing, but Ill explain better here:
Every time a user opens a specific page, a query is ran and the updated value is showed. However, because OOP isn't procedural (if I understood this correctly), the query thats updating and pulling data is running at the same time, so the old value is showed on the page. I want to update and display the new value without having to refresh the page.
Not really sure how to go about this. Apologies for my stupidity, but Im new to OOP so trying to figure all this crap out. Would go on stackoverflow, but they are all assholes. Answer is still probably right infront of my face.
The Habbo version:
Every time a user opens a specific page, a query is ran and the updated value is showed. However, because OOP isn't procedural (if I understood this correctly), the query thats updating and pulling data is running at the same time, so the old value is showed on the page. I want to update and display the new value without having to refresh the page.
Not really sure how to go about this. Apologies for my stupidity, but Im new to OOP so trying to figure all this crap out. Would go on stackoverflow, but they are all assholes. Answer is still probably right infront of my face.
The Habbo version:
Every time the user opens the client, I'm updating it's SSO ticket. But since the update and select is ran at the same time, the old ticket is entered into the flashvars so the emulator can't find the user because the ticket it's looking for no longer exists.