Login   Register  
PHP Classes
elePHPant
Icontem

File: exemplo_gSenha.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Diogo Del Santo  >  gSenha  >  exemplo_gSenha.php  >  Download  
File: exemplo_gSenha.php
Role: Example script
Content type: text/plain
Description: exemplo gSenha
Class: gSenha
Generate a random password from a character list
Author: By
Last change:
Date: 2011-05-29 10:47
Size: 470 bytes
 

Contents

Class file image Download
<!--
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>