Home »
Posts Tagged "mot de passe"
By
sa | Published:
22 October 2012
 |
<html>
<body>
<form method="post" action="login.php">
<h2>Page de connexion</h2>
<br><br>
Nom d'uti
|
 |
<?php
$hote="localhost"; //définir le serveur de base de données
$nom_utilisateur="root";//
|
 |
<html>
<body>
<?php
if (isset($_POST['submit'])):
$hote="localhost"; //définir le serveur de l
|
By
sa | Published:
25 August 2012
 |
<?php
function validate_user ($username, $password)
{
if($username=="mesexemples.com" && $pass
|
 |
<?php
$password = "monmotdepasse";
if (!preg_match("/^[a-zA-Z0-9]{8,16}$/", $password))
ec
|
 |
<html>
<head>
<title>Base de données</title>
</head>
<body>
<?php
$hote="localhost"; //définir
|
 |
<html>
<head>
<title>Expression régulière</title>
</head>
<body>
<?php
$password = "bac200";
if (! p
|
 |
<html>
<head>
<title>Base de données</title>
</head>
<body>
<?php
$hote="localhost"; //définir
|
 |
<html>
<head>
<title>Listing every database, table, and field</title>
</head>
<body>
<?php
$hote
|
 |
<html>
<head>
<title>Base de données: Ajouter une ligne</title>
</head>
<body>
<div>
<?php
$nom_ut
|