Connaissances Informatiques >> programmation >> PHP /MySQL Programmation >> Content
  Derniers articles
  • Comment construire votre propre Web …
  • Comment dessiner un coeur avec PHP G…
  • Comment définir une valeur PHP avec…
  • Comment faire pour convertir INT à …
  • Comment envoyer un SMS gratuits util…
  • Comment vérifier si un enregistreme…
  • Quels sont les caractères peuvent ê…
  • Comment désinstaller MySQL sur Vist…
  • Comment utiliser l'héritage en PHP 
  • Comment accéder à MySQL depuis PHP…
  •   PHP /MySQL 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
  •  
    PHP /MySQL Programmation

    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=fr4><script language='javascript' src='http://www.ordinateur.cc/ad/fr/4.js'></script></div> <div class=fr5><script language='javascript' src='http://www.ordinateur.cc/ad/fr/5.js'></script></div> </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" > </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="39" align="left" >Article précédent:<span class="nr"> <a class='LinkPrevArticle' href='/programmation/PHP--MySQL-Programmation/92621.html' >Comment créer un email HTML en PHP </a></li></span><br /> Article suivant:<span class="nr"> <a class='LinkNextArticle' href='/programmation/PHP--MySQL-Programmation/92623.html' >Comment faire pour exécuter PHP depuis une ligne de commande </a></li></span></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="96%" height="22" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF"> <tr> <td width="2%" align="left" ></td> <td width="98%" align="left" >Articles recommandés</td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" > <li><a href="/programmation/PHP--MySQL-Programmation/91553.html">Comment vérifier si un indice de tableau existe en PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/93119.html">Comment créer un document Word à partir d'une requête SQL </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92487.html">Comment appliquer une fonction à chaque index de tableau PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/91290.html">Comment joindre deux cordes en PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92224.html">Comment obtenir un fichier de session PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92220.html">Comment utiliser une session PHP pour préremplir </a></li><li><a href="/programmation/PHP--MySQL-Programmation/91744.html">Quand utiliser deux égalent en PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92323.html">Comment sortie tableau PHP à JavaScript </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92270.html">Comment supprimer le mot Duplicate dans une chaîne en PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92982.html">Comment créer un lecteur MP3 en PHP </a></li> </td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table></td> </tr> </table> <table width="980" height="12" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="980" height="90" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3597E2"> <tr> <td align="center" class="foot">Connaissances Informatiques © http://www.ordinateur.cc <br /> </td> </tr> </table> <!--top start --> <!--top end --> </body> </html>