Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Updating a MySQL table every X minutes
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RastaLulz" data-source="post: 385132" data-attributes="member: 1"><p>Simply store a record in the database of when the next possible update can occur, and update it every time the energy changes. That way the client can't spoof the timer, and if they do, you'll have a check in place on the server side.</p></blockquote><p></p>
[QUOTE="RastaLulz, post: 385132, member: 1"] Simply store a record in the database of when the next possible update can occur, and update it every time the energy changes. That way the client can't spoof the timer, and if they do, you'll have a check in place on the server side. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Updating a MySQL table every X minutes
Top