<!-- To change this template, choose Tools | Templates and open the template in the editor. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title></title> </head> <body> <?php include_once 'gSenha.class.php'; $senha = gSenha::gera_senha(6,'DFSARTES!@#¨%&$$'); echo $senha; ?> </body> </html>
|