function random_password($length = 8) {
$chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_-=+;:,.?";
$password = substr(str_shuffle($chars), 0, $length);
return $password;
}
Subscribe to:
Post Comments (Atom)
Product Category Demo in laravel
https://drive.google.com/file/d/1kuyeT3LA22IuN3o_kypOyXesEXMLv31e/view?usp=sharing
-
/******* This code is for converting height with of jpeg, jpg, png and gif image********* <?php function makeName($text) { // r...
-
public function select_data() { $this->config->load(' pagination'); $config = $this->config->item(...
-
Simple code for sending emails that worked is as follows: <?php $emailto = 'to@domain.com' ; $emailfrom = ...
No comments:
Post a Comment