http://jessie.ovh.org

PHP i MYSQL >> generator hasla

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()

HTML i CSS

Ściągawki z HTML i CSS - znalezione w necie, stworzone samemu albo jeszcze inaczej;) ~ porady

PHP i MYSQL

Ściągawki z PHP i MYSQL - znalezione w necie, stworzone samemu albo jeszcze inaczej;) ~ porady

LINKI

Linki do kilku moich stron ~ portfolio