Jump to content

Recommended Posts

I'm trying to learn how php works (normal i code in python and vb) right now i got access to sql db and got my own web domain at one.com, but i want it be drawing random numbers every hour but well i dont see how i would do that because it have to be server site drawing and not client could anyone come with an idea or a how to ;/

Link to comment
https://forums.phpfreaks.com/topic/176996-lottery-coding/
Share on other sites

You can put the lottery number in your database along with a timestamp when that number was generated. When a user accesses the page, you can either display the number from database, or, if the timestamp was over an hour ago, make a new number. Of course, that won't update every hour if no one accesses the page, but why does it need to change if no one is using it? I guess it depends on what you are trying to do.

Link to comment
https://forums.phpfreaks.com/topic/176996-lottery-coding/#findComment-933211
Share on other sites

You can put the lottery number in your database along with a timestamp when that number was generated. When a user accesses the page, you can either display the number from database, or, if the timestamp was over an hour ago, make a new number. Of course, that won't update every hour if no one accesses the page, but why does it need to change if no one is using it? I guess it depends on what you are trying to do.

 

i know but drawing every hour would be more stable ;/

Link to comment
https://forums.phpfreaks.com/topic/176996-lottery-coding/#findComment-933212
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.