How to build OTP system for website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to build OTP system for website

one time password

14th Jan 2017, 4:27 PM
Harsh Raval
4 Answers
+ 2
In php i generated using rand(111111,999999); and sent it with mail function to the mail id and messaged it after purchasing sms gateway
14th Jan 2017, 9:14 PM
Divesh Agarwal
Divesh Agarwal - avatar
+ 1
I have generated a six digit random number in my website.
14th Jan 2017, 9:10 PM
Divesh Agarwal
Divesh Agarwal - avatar
0
how
14th Jan 2017, 9:11 PM
Harsh Raval
0
does it send OTP via message to a mobile
14th Jan 2017, 9:12 PM
Harsh Raval