Please help me write some code

Source: Internet
Author: User
Please help me write a few codes. I need to display a random number (5 digits) on a page)

This number is changed once a day. it will change after a.m., and the refresh will not change.


Reply to discussion (solution)

Session_start ();
If (date ("% h % s", time () = "00:00 ")
{
$ _ SESSION ['num'] = rand (Random, 99999 );
}
Echo $ _ SESSION ['num'];
?>

If the same seed is used, a random number with the same sub-Ang is generated.

srand(date('Ymd'));echo rand(10000, 99999);

Session_start ();
If (date ("% h % s", time () = "00:00 ")
{
$ _ SESSION ['num'] = rand (Random, 99999 );
}
Echo $ _ SESSION ['num'];
?>

It seems that the landlord does not need to divide users, as long as the website uses the same one on the previous day.

If the same seed is used, a random number with the same sub-Ang is generated.

srand(date('Ymd'));echo rand(10000, 99999);

Moderator's positive solution

If the same seed is used, a random number with the same sub-Ang is generated.

srand(date('Ymd'));echo rand(10000, 99999);


When using this method, you must set the time zone. Otherwise, the time zone may not be changed by, but by other time points.
Date_default_timezone_set ('Asia/Shanghai ');

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.