function GeneratorHasla() {
$my_array = array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "m", "n", "p", "r" , "s" , "t" , "w" ,"x" , "y" , "z" , "1", "2", "3", "4", "5", "6" , "7" , "8" , "9");
for ($i=1; $i<=6; $i++)
{
$random = array_rand($my_array);
//this generates the random number from the array
$parola .= $my_array[$random];
//here we will display the exact charachter from the array
}
return $parola; // printing result
}
z manuala w funkcji array_rand()
Ściągawki z HTML i CSS - znalezione w necie, stworzone samemu albo jeszcze inaczej;) ~ porady
Ściągawki z PHP i MYSQL - znalezione w necie, stworzone samemu albo jeszcze inaczej;) ~ porady
Linki do kilku moich stron ~ portfolio