I want to generate a number with 75 characters using PHP.
I have searched everywhere and got nothing, except for this: http://dailycoding.com/tools/RandomNumber.aspx
I do not think it is effective to grab it from that page.
What I have tried is this:
rand(1,9999999999999999999999999999999999999);