Mailinglisten-Archive |
Funktioniert prima, danke Marco. Olaf ><snipp> > function randomstr ($lenght) > { > srand(date("s")); > $wert = "1234567890abcdefghijklmnopqrstuvwxyz1234567890"; > $string = ""; > while (strlen($string) < $lenght) > { > $string .= substr($wert,(rand()%(strlen($wert))),1); > } > return $string; > } > > $passwd = randomstr(8); > <snapp> > > Gruesse > Marco Kunkler --- *** Abmelden von dieser Mailingliste funktioniert per E-Mail *** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe
php::bar PHP Wiki - Listenarchive