Hello,
Could someone help me with a small ASP script that will:
1. Generate a new random number everyday. A new number will be generated when the server date changes to the next day. The new number will always replace the number from the day before. The number will always stay constant for each (visitor) to my site for the entire day. I do not want to store the day's number in my MSSQL Database unless I have too.
2. The Random number will be between a lower and upper bound determine by me. The upper & lower bound can always be changed by me.
Thanks,
Jeff
Could someone help me with a small ASP script that will:
1. Generate a new random number everyday. A new number will be generated when the server date changes to the next day. The new number will always replace the number from the day before. The number will always stay constant for each (visitor) to my site for the entire day. I do not want to store the day's number in my MSSQL Database unless I have too.
2. The Random number will be between a lower and upper bound determine by me. The upper & lower bound can always be changed by me.
Thanks,
Jeff