Tag: rand
Random Password in PHP
October 20, 2008
A simple way to create a random password in PHP $password = substr(md5(time()), 0, rand(4,8));
Byte sized tech know-how.
A simple way to create a random password in PHP $password = substr(md5(time()), 0, rand(4,8));
Copyright © 2025 Txt
Recent Comments