Formulaire d'inscription
Fermé
etudianteetudiante
Messages postés
20
Date d'inscription
samedi 19 avril 2014
Statut
Membre
Dernière intervention
23 mai 2016
-
25 avril 2014 à 21:00
etudianteetudiante Messages postés 20 Date d'inscription samedi 19 avril 2014 Statut Membre Dernière intervention 23 mai 2016 - 26 avril 2014 à 14:59
etudianteetudiante Messages postés 20 Date d'inscription samedi 19 avril 2014 Statut Membre Dernière intervention 23 mai 2016 - 26 avril 2014 à 14:59
A voir également:
- Formulaire d'inscription
- Wetransfer gratuit sans inscription - Guide
- Twitter inscription - Guide
- Instagram inscription gratuite - Guide
- Formulaire de réclamation facebook - Guide
- Paypal rdc inscription - Guide
2 réponses
etudianteetudiante
Messages postés
20
Date d'inscription
samedi 19 avril 2014
Statut
Membre
Dernière intervention
23 mai 2016
25 avril 2014 à 21:03
25 avril 2014 à 21:03
voici aussi le formulaire d'inscription
<div class="content">
<form action="sign_up.php" method="post">
Veuillez remplir ce formulaire pour vous inscrire:<br />
<div class="center">
<label for="username">Nom d'utilisateur</label><input type="text" name="username" value="<?php if(isset($_POST['username'])){echo htmlentities($_POST['username'], ENT_QUOTES, 'UTF-8');} ?>" /><br />
<label for="password">Mot de passe<span class="small">(6 caractères min.)</span></label><input type="password" name="password" /><br />
<label for="passverif">Confirmer mot de passe<span class="small"></span></label><input type="password" name="passverif" /><br />
<label for="nom">Nom<span class="small"></span></label><input type="text" name="nom" value="<?php if(isset($_POST['nom'])){echo htmlentities($_POST['nom'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="prenom">Prenom<span class="small"></span></label><input type="text" name="prenom" value="<?php if(isset($_POST['prenom'])){echo htmlentities($_POST['prenom'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="email">Email</label><input type="text" name="email" value="<?php if(isset($_POST['email'])){echo htmlentities($_POST['email'], ENT_QUOTES, 'UTF-8');} ?>" /><br />
<label for="tel">Tel<span class="small"></span></label><input type="text" name="tel" value="<?php if(isset($_POST['tel'])){echo htmlentities($_POST['tel'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="avatar">Image perso<span class="small">(facultatif)</span></label><input type="text" name="avatar" value="<?php if(isset($_POST['avatar'])){echo htmlentities($_POST['avatar'], ENT_QUOTES, 'UTF-8');} ?>" /><br />
<label for="fct">Fonction<span class="small"></span></label><input type="text" name="fct" value="<?php if(isset($_POST['fct'])){echo htmlentities($_POST['fct'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="etab">Etablissement<span class="small"></span></label><input type="text" name="etab" value="<?php if(isset($_POST['etab'])){echo htmlentities($_POST['etab'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="bio">Biographie<span class="small"></span></label><textarea name="bio" value="<?php if(isset($_POST['bio'])){echo htmlentities($_POST['bio'], ENT_QUOTES, 'UTF-8');} ?>"/></textarea><br />
<label for="super">Supervision<span class="small"></span></label><textarea name="super" value="<?php if(isset($_POST['super'])){echo htmlentities($_POST['super'], ENT_QUOTES, 'UTF-8');} ?>"/></textarea><br />
<input type="submit" value="Envoyer" />
</div>
</form>
</div>
<?php
}
?>
Merci d'avance à votre patience dans la lecture de code
<div class="content">
<form action="sign_up.php" method="post">
Veuillez remplir ce formulaire pour vous inscrire:<br />
<div class="center">
<label for="username">Nom d'utilisateur</label><input type="text" name="username" value="<?php if(isset($_POST['username'])){echo htmlentities($_POST['username'], ENT_QUOTES, 'UTF-8');} ?>" /><br />
<label for="password">Mot de passe<span class="small">(6 caractères min.)</span></label><input type="password" name="password" /><br />
<label for="passverif">Confirmer mot de passe<span class="small"></span></label><input type="password" name="passverif" /><br />
<label for="nom">Nom<span class="small"></span></label><input type="text" name="nom" value="<?php if(isset($_POST['nom'])){echo htmlentities($_POST['nom'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="prenom">Prenom<span class="small"></span></label><input type="text" name="prenom" value="<?php if(isset($_POST['prenom'])){echo htmlentities($_POST['prenom'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="email">Email</label><input type="text" name="email" value="<?php if(isset($_POST['email'])){echo htmlentities($_POST['email'], ENT_QUOTES, 'UTF-8');} ?>" /><br />
<label for="tel">Tel<span class="small"></span></label><input type="text" name="tel" value="<?php if(isset($_POST['tel'])){echo htmlentities($_POST['tel'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="avatar">Image perso<span class="small">(facultatif)</span></label><input type="text" name="avatar" value="<?php if(isset($_POST['avatar'])){echo htmlentities($_POST['avatar'], ENT_QUOTES, 'UTF-8');} ?>" /><br />
<label for="fct">Fonction<span class="small"></span></label><input type="text" name="fct" value="<?php if(isset($_POST['fct'])){echo htmlentities($_POST['fct'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="etab">Etablissement<span class="small"></span></label><input type="text" name="etab" value="<?php if(isset($_POST['etab'])){echo htmlentities($_POST['etab'], ENT_QUOTES, 'UTF-8');} ?>"/><br />
<label for="bio">Biographie<span class="small"></span></label><textarea name="bio" value="<?php if(isset($_POST['bio'])){echo htmlentities($_POST['bio'], ENT_QUOTES, 'UTF-8');} ?>"/></textarea><br />
<label for="super">Supervision<span class="small"></span></label><textarea name="super" value="<?php if(isset($_POST['super'])){echo htmlentities($_POST['super'], ENT_QUOTES, 'UTF-8');} ?>"/></textarea><br />
<input type="submit" value="Envoyer" />
</div>
</form>
</div>
<?php
}
?>
Merci d'avance à votre patience dans la lecture de code
Utilisateur anonyme
25 avril 2014 à 21:52
25 avril 2014 à 21:52
Bonjour
Pourrais-tu nous donner les 20 PREMIERES lignes de ton fichier sign_up.php ?
Car ça m'étonnerait bien que la ligne 17 soit celle que tu indiques : le message d'erreur ne correspond absolument pas.
Et utilise les balises de code, ce sera plus lisible.
Pourrais-tu nous donner les 20 PREMIERES lignes de ton fichier sign_up.php ?
Car ça m'étonnerait bien que la ligne 17 soit celle que tu indiques : le message d'erreur ne correspond absolument pas.
Et utilise les balises de code, ce sera plus lisible.
etudianteetudiante
Messages postés
20
Date d'inscription
samedi 19 avril 2014
Statut
Membre
Dernière intervention
23 mai 2016
25 avril 2014 à 23:52
25 avril 2014 à 23:52
désolé pour ma question bétise,mais qu'est ce que je peux faire
pourque le code soit clair dans le forum ,moi je fais seulement copier-coller
pourque le code soit clair dans le forum ,moi je fais seulement copier-coller
etudianteetudiante
Messages postés
20
Date d'inscription
samedi 19 avril 2014
Statut
Membre
Dernière intervention
23 mai 2016
26 avril 2014 à 14:59
26 avril 2014 à 14:59
merci beaucoup