Cacher commande !!
Résolu
alitpsa
Messages postés
291
Date d'inscription
Statut
Membre
Dernière intervention
-
alitpsa Messages postés 291 Date d'inscription Statut Membre Dernière intervention -
alitpsa Messages postés 291 Date d'inscription Statut Membre Dernière intervention -
Bonjour et merci de votre aide !!
voila je suis en trin de faire mon site alors j'aurais besoin de votre aide !
le script :
<form action="minichat.php" method="post">
<p>
<input type ="texte" name ="date" value="<? php echo $annee.'/'.$mois.'/'.$jour.' '.$heure. ':' .$minute. ':' .$seconde ; ?> "/>
<br /><br />
Pseudo : <input type="text" name="pseudo" /><br /><br />
Message : <input type="text" name="message" /><br />
<input type="submit" value="Envoyer" />
</p>
</form>
je voudrais cacher la comande en gras
voila je suis en trin de faire mon site alors j'aurais besoin de votre aide !
le script :
<form action="minichat.php" method="post">
<p>
<input type ="texte" name ="date" value="<? php echo $annee.'/'.$mois.'/'.$jour.' '.$heure. ':' .$minute. ':' .$seconde ; ?> "/>
<br /><br />
Pseudo : <input type="text" name="pseudo" /><br /><br />
Message : <input type="text" name="message" /><br />
<input type="submit" value="Envoyer" />
</p>
</form>
je voudrais cacher la comande en gras
Configuration: Windows XP Firefox 3.0.1
A voir également:
- Cacher une commande amazon application
- Supprimer historique commande amazon - <a href="https://forums.commentcamarche.net/forum/consommation-internet-301">Forum Consommation & Internet</a>
- Invite de commande - Guide
- Masquer une commande amazon ✓ - <a href="https://forums.commentcamarche.net/forum/reseaux-sociaux-10">Forum Réseaux sociaux</a>
- Comment cacher une application - Guide
- Supprimer commande amazon - <a href="https://forums.commentcamarche.net/forum/reseaux-sociaux-10">Forum Réseaux sociaux</a>
4 réponses
Salut,
Cacher comme <!-- <input type ="texte" name ="date" value="<? php echo $annee.'/'.$mois.'/'.$jour.' '.$heure. ':' .$minute. ':' .$seconde ; ?> "/> -->
Ou <input type ="texte" name ="date" value="<? php echo $annee.'/'.$mois.'/'.$jour.' '.$heure. ':' .$minute. ':' .$seconde ; ?> "/> avec un hidden ?
Cacher comme <!-- <input type ="texte" name ="date" value="<? php echo $annee.'/'.$mois.'/'.$jour.' '.$heure. ':' .$minute. ':' .$seconde ; ?> "/> -->
Ou <input type ="texte" name ="date" value="<? php echo $annee.'/'.$mois.'/'.$jour.' '.$heure. ':' .$minute. ':' .$seconde ; ?> "/> avec un hidden ?