le 01/12/2010 à 20:58
maetrader
Les gars de la communauté, aidez moi.en fait, je ne sais pas comment inserer les code php dans mon formulaire d'inscription pour envoyer les données sur la base de donnée mysql.
voici le code html:
Aidez moi a envoyer les données a la base de données.
voici le code html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans titre</title>
<style type="text/css">
<!--
.Style2 {font-size: 36px;
font-weight: bold;
color: #FF0000;
}
.Style4 { color: #0000FF;
font-size: 24px;
}
.Style5 {
color: #0000FF;
font-weight: bold;
font-size: 24px;
}
.Style7 {font-size: 10px; font-weight: bold; color: #FF0000; }
body {
background-color: #FFCC00;
}
.Style8 {color: #FF0000; font-weight: bold; font-size: small; }
-->
</style>
</head>
<body>
<div align="center">
<table width="832" border="1">
<tr bgcolor="#33FF33">
<th width="822" height="45" scope="col"><p class="Style2">CLUB TRADERS PROFESSIONNELS</p>
</th>
</tr>
</table>
</div>
<p align="center" class="Style7"> </p>
<div align="center">
<table width="200" border="1">
<tr bgcolor="#66FFFF">
<th scope="col"><span class="Style4">ETAPE III </span></th>
</tr>
</table>
</div>
<p align="center"> </p>
<p align="center" class="Style5">FORMULAIRE D'INSCRIPTION</p>
<p align="center" class="Style8">Tous les champs sont obligatoires </p>
<div align="center">
<table width="170" border="1">
<tr bgcolor="#99FF99">
<th width="160" scope="col"><label>Username
<input name="username" type="text" value="" maxlength="6" />
<br />
mot de passe
<input name="mot_de_passe" type="password" value="" maxlength="8" />
<br />
repeter mot de passe
<input name="repeter_mot_de_passe" type="password" value="" maxlength="8" />
<br />
Nom
<input name="nom" type="text" value="" />
<br />
Prenoms
<input name="prenoms" type="text" value="" />
<br />
Pays
<input name="pays" type="text" value="" />
<br />
Ville
<input name="ville" type="text" value="" />
<br />
Adresse
<input name="adresse" type="text" value="" />
<br />
<input name="mail" type="text" value="" />
<br />
Telephone
<input name="telephone" type="text" value="" />
<br />
Compte liberty reserve
<input name="liberty" type="text" value="" />
<br />
<input type="submit" name="Submit" value="Envoyer" />
</label>
</form>
</th>
</tr>
</table>
</div>
<p> </p>
<p> </p>
</body>
</html>
Aidez moi a envoyer les données a la base de données.