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="Kaz" data-source="post: 385131" data-attributes="member: 1611"><p>I am currently toying around with a little rpg sort of game. </p><p></p><p>I am wanting to update a users energy every X minutes. </p><p>I know this is possible with a cron, however i am wanting this to work in real time. </p><p></p><p>Basically I am wanting a little timer under the energy stat point counting down, as it reaches 0 the energy is updated via 1, and the timer goes back to X minutes and counts down again. </p><p></p><p>Any ideas what the best way to accomplish this is?</p><p>Can the user spoof the timer in anyway by changing the time on their device? </p><p></p><p>Thanks</p></blockquote><p></p>
[QUOTE="Kaz, post: 385131, member: 1611"] I am currently toying around with a little rpg sort of game. I am wanting to update a users energy every X minutes. I know this is possible with a cron, however i am wanting this to work in real time. Basically I am wanting a little timer under the energy stat point counting down, as it reaches 0 the energy is updated via 1, and the timer goes back to X minutes and counts down again. Any ideas what the best way to accomplish this is? Can the user spoof the timer in anyway by changing the time on their device? Thanks [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Updating a MySQL table every X minutes
Top