Lottery numbers HTML?

  • Thread starter Thread starter da man
  • Start date Start date
D

da man

Guest
I want to place a lottery on my web page. I want some HTML code that will spit out a three digit number once every day. The digits can repeat. I do not want something where you push a button and it gives you a different number every time. I want the number to be the same for everyone that comes to the site.
 
You will need more than HTML to do that. HTML is not a programming language; it's not capable of creating dynamic content like that on its own. You would need to involve a server-side scripting language (like PHP) or a client-side script (like JavaScript).
 
Back
Top