Example #1
0
                $log = new logmein();
                $log->create_login($username, $password);
            }
        } else {
            title('<img src="/img/info.png" height="32" width="32" > <font color="#990000">Vous avez rentré un mot de passe différent</font>');
        }
    }
    /////////////////////////
    //CREATE USER END
    ////////////////////////
    title("Utilisateurs");
    /////////////////////////
    //SHOW USER
    ////////////////////////
    $log = new logmein();
    $result = $log->show_users();
    echo "<table align=center><tr>";
    while ($row = mysql_fetch_assoc($result)) {
        $username = $row["useremail"];
        menu_usr($username);
    }
    /////////////////////////
    //SHOW USER END
    ////////////////////////
    echo "</tr></table>";
    title("Nouveau Utilisateur");
    echo '
<form method="post">
<table align=center><tr><td>
        Identifiant : &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
		<input type="text" name="login"></td></tr><td>