Home »
Posts Tagged "base de données"
 |
<html>
<head>
<title>Base de données</title>
</head>
<body>
<?php
$host="localhost";
$username
|
 |
<?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
|
 |
<html>
<head>
<title>Liste des Tables de La Base de données</title>
</head>
<body>
<?php
mysql_
|
By
sa | Published:
21 September 2012
 |
<html>
<body>
<form method="post" action="inscription.php">
<h1>Inscription Membres</h1>
<table>
<
|
 |
<html>
<body>
<?php
$connexion = mysql_connect('localhost','root','motdepasse');
mysql_select_db('co
|
By
sa | Published:
9 September 2012
 |
<?php
if (isset($_POST['submit']))
{
$matricule = $_POST['id'];
mysql_connect("localhos
|
 |
<html>
<head>
<title>Base de données</title>
</head>
<body>
<?php
mysql_connect("localhost"
|
 |
<html>
<head>
<title>Requête select</title>
</head>
<body>
<ul>
<?php
// Connexion au Serveur
$co
|
 |
<html>
<head>
<title>Base de données</title>
</head>
<body>
<?php
$hote="localhost"; //définir
|