<?php function generate_password($length) { $alphabet = "abcdefghijklmnopqrstuwxyzABCDEFGHIJKLMNOPQRSTUWXYZ0123456789"; $pass = array(); $alphaLength = strlen($alphabet) - 1; for ($i = 0; $i < $length; $i++) { $n = rand(0, $alphaLength); $pass[] = $alphabet[$n]; } return implode($pass); } echo generate_password(8); ?>
8 AM - 6 PM , Monday - Friday
Our Support and Sales team is available to answer your queries
Copyright © 2023. All Rights Reserved