Php generates a random and unique invitation code/discount code with a fixed length

Source: Internet
Author: User
Php generates a random and unique invitation code with a fixed length.
Function make_coupon_card () {$ code = 'abcdefghijklmnopqrstuvwxy'; $ rand = $ code [rand (0, 25)]. strtoupper (dechex (date ('M '))). date ('D '). substr (time (),-5 ). substr (microtime (), 2, 5 ). sprintf ('% 02d', rand (0, 99); for ($ a = md5 ($ rand, true), $ s = '0123456789abcdefghijklmnopqrstuv ', $ d = '', $ f = 0; $ f <8; $ g = ord ($ a [$ f]), $ d. = $ s [($ g ^ ord ($ a [$ f + 8])-$ g & 0x1F], $ f ++); return $ d ;} echo make_coupon_card ();

Php generates a random and unique invitation code/discount code fixed length reprinted please note the source: php generates a random and unique invitation code/discount code fixed length

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.