| maison  | Hardware  | réseaux  | programmation  | Logiciel  | Dépannage  | systèmes |  
programmation  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Connaissances Informatiques >> programmation >> PHP /MySQL Programmation >> Content
    Comment en surbrillance les champs obligatoires avec PHP
    Lors de la création d'une page Web dynamique, vous pouvez utiliser un script PHP pour déterminer si un champ de saisie dans un formulaire HTML n'est requise et appliquer un format de style spéciale à ce domaine. Cela permet de faire comprendre à l'utilisateur que le champ est obligatoire . Par exemple , vous pouvez créer un style avec une couleur de fond de jaune et appliquer ce style uniquement pour les champs obligatoires du formulaire HTML. Instructions
    1

    Créer une balise de style en HTML avec le format de style pour un champ obligatoire. Placez l'étiquette "style" entre les balises "head" . ! Par exemple, tapez :

    < DOCTYPE html PUBLIC "- //W3C //DTD XHTML 1.0 Transitional //EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1 - transitional.dtd "> Photos



    < p . > My Web page < /title> Photos <p> <style> <br> <p> nécessaire {background -color: # FF0 } <br> <p> </style > <br> <p> </head> Photos <p> <body> <br> 2 <p> Créer un tableau qui stocke un drapeau indiquant si oui ou non un champ est obligatoire . Par exemple, tapez : <br> <p> < php <br> <p> $ required = array (); <br> <p> $ requis ["nom" ] = true; <br> <p> $ requis [ "email" ] = true; <br> <p> $ requis [" téléphone "] = false; ? <br> <p> > <br> 3 <p> Créer un forme en HTML, et utiliser PHP pour ajouter le formatage spécial pour chaque champ requis. Par exemple, tapez : <br> <p> <form> <br> <p> Nom : < nom de l'entrée = " nom " type = "text" < php if ($ requis [" nom"]) 'class = "nécessaire" ' echo ; > /> <br> <p> Email: ? < nom de l'entrée de type = "email" = "text" < php if ($ requis [ "email" ] ) 'class = "nécessaire" ' echo ; > /> <br> <p> téléphone: ? < nom de l'entrée = type " téléphone " = "text" < php if ($ requis [" téléphone "] ) 'class = "nécessaire" ' echo ; ? > /> <br> <p> <input name="submit" type="submit" value="submit" /> <br> <p> < /form> Photos <p> </body> Photos <p> </html> Photos <br> <div class=ad2><script language='javascript' src='/ad/201310/4.js'></script></div> </div> </td> </tr> </table> <table width="95%" height="1" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DEE7EE"> <tr> <td></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="91%" height="52" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="51%"><p>Previous : <a class='LinkPrevArticle' href='/programmation/php-mysql-programming/92621.html' >Comment créer un email HTML en PHP </a></li></p></td> </tr> <tr> <td width="49%"> next : <a class='LinkNextArticle' href='/programmation/php-mysql-programming/92623.html' >Comment faire pour exécuter PHP depuis une ligne de commande </a></li></td> </tr> </table></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="770" height="246" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="375" height="246" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm"> articles connexes </td> </tr> </table> <table width="95%" height="209" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="201"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92593.html" title="Comment créer un site web simple avec PHP " target="_self">Comment créer un site web simple avec PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91926.html" title="Comment réparer une chaîne découpée " target="_self">Comment réparer une chaîne découpée </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91876.html" title="Comment passer la valeur du bouton Comme un champ caché dans PHP " target="_self">Comment passer la valeur du bouton Comme un champ caché…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/93154.html" title="Comment créer un babillard en ligne " target="_self">Comment créer un babillard en ligne </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92575.html" title="Comment faire pour obtenir la taille du fichier à distance sur PHP " target="_self">Comment faire pour obtenir la taille du fichier à dist…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92649.html" title="Comment configurer Auto valeur d'incrément En MySQL " target="_self">Comment configurer Auto valeur d'incrément En MySQL </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92781.html" title="Comment envoyer des SMS via PHP " target="_self">Comment envoyer des SMS via PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92117.html" title="Comment utiliser les espaces de noms PHP " target="_self">Comment utiliser les espaces de noms PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92169.html" title="Comment faire de la qualité Dégradés CSS " target="_self">Comment faire de la qualité Dégradés CSS </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91879.html" title="Comment utiliser la fonction TRIM " target="_self">Comment utiliser la fonction TRIM </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> <td width="20" valign="top"></td> <td width="375" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm">articles en vedette </td> </tr> </table> <table width="95%" height="207" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="199"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91701.html" title="Comment analyser XML Sport RSS " target="_self">Comment analyser XML Sport RSS </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/95324.html" title="Comment mettre un lien dans Visual Basic 2008 " target="_self">Comment mettre un lien dans Visual Basic 2008 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/95141.html" title="Liste des fonctions de Visual Basic 6.0 " target="_self">Liste des fonctions de Visual Basic 6.0 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/python-programming/94032.html" title="Comment convertir une chaîne en URL en Python " target="_self">Comment convertir une chaîne en URL en Python </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86587.html" title="Comment faire pour supprimer le fichier EAR cache De CCCRs " target="_self">Comment faire pour supprimer le fichier EAR cache De CC…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/java-programming/89539.html" title="Comment insérer sous-projets dans NetBeans " target="_self">Comment insérer sous-projets dans NetBeans </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/java-programming/90702.html" title="Comment démarrer écriture de programmes informatiques " target="_self">Comment démarrer écriture de programmes informatiques…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/javascript-programming/90857.html" title="La fonction Retour en codage HTML " target="_self">La fonction Retour en codage HTML </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92265.html" title="Le code PHP pour convertir Taille du Fichier " target="_self">Le code PHP pour convertir Taille du Fichier </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/java-programming/89683.html" title="Comment changer Interligne dans NetBeans " target="_self">Comment changer Interligne dans NetBeans </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> <table width="980" height="8" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table border=0 cellSpacing=0 cellPadding=0 width=980 bgColor=#36506e height=90> <tr> <td class=bs height=90 align=middle>Copyright © Connaissances Informatiques http://fr.wingwit.com <script language='javascript' src='/ad/201310/1.js'></script></td> </tr> </table> </div> </body> </html>