• PoojanyaC

    (@poojanyac)


    Hi
    I am generating random number by using

    /* Generate Quote Ticket */
    function genTicketString() {
    return substr(md5(uniqid(mt_rand(), true)), 0, 8);
    }
    add_shortcode(‘quoteticket’, ‘genTicketString’);

    I am able to generate and send it in mail,but the problems raises when i do submit the form again,them i m getting the same random number for the submit.Once,the page got refresh then i m getting another random number.

    Could you please guide me.
    Thanks In advance.

  • The topic ‘Random Number’ is closed to new replies.