| 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 utiliser PHP avec JavaScript
    Hypertext Processing ( PHP) et des langages de programmation JavaScript sont souvent utilisés ensemble pour le développement Web . PHP est un langage côté serveur. Lorsque vos demandes de visiteurs une page de votre site web, votre code PHP fonctionne sur votre serveur Web et renvoie les résultats vers le navigateur Web comme une page Web . PHP peut accéder aux ressources sur votre serveur Web, tels que des bases de données , des logiciels spécialisés et des fichiers. JavaScript est un langage côté client. Votre code JavaScript s'exécute dans le navigateur Web après une page Web est chargée. JavaScript est utilisé pour valider les entrées de formulaires et de contenu interactif . Instructions
    1

    Inclure JavaScript dans un fichier externe, si le JavaScript n'a pas besoin d' être personnalisé par votre code PHP. Par exemple , si vous avez un javascript fonctions de validation de formulaire , comme la confirmation d'une adresse e-mail est dans un format valide , mettre ces fonctions dans un fichier JavaScript séparé ( avec l'extension de fichier . Js ) et ajouter une référence à la section HEAD de votre fonction PHP HTML . Par exemple, si votre fichier JavaScript est nommé " validation.js , " référence dans votre page PHP comme ceci:

    Mon PHP Page < /title> < script type = " text /javascript" src = " validation.js "> </script> </head> <? php ... votre code PHP ... > <br> 2 <p> Ajouter JavaScript que vous souhaitez personnaliser directement dans le code PHP , le traitement du code JavaScript de la même façon que vous le feriez HTML. Par exemple, si vous voulez définir une variable JavaScript à une valeur que vous avez calculé dans votre code PHP ( par exemple , une valeur tirée à partir d'une base de données ou généré par une autre application côté serveur) , utiliser un extrait de PHP pour reprendre la valeur dans le code JavaScript comme ceci: < ? php $ nom = $ _GET [ "nom"] ; > ? <br> <p> <script type="text/javascript"> var user_id = < php echo ( $ nom); ? > ; alert (" Bienvenue " + nom +) " " ; </script> <br> 3 <p> écrire une page PHP pour générer un JavaScript externe si vous utilisent PHP pour personnaliser votre JavaScript et nous voulons être en mesure de le réutiliser dans plusieurs pages, ou le code JavaScript est trop complexe pour inclure dans la section HTML HEAD . Traiter la génération du fichier JavaScript comme vous le feriez HTML ou texte . Par exemple, écrire une page PHP nommé " myjavascript.php " qui génère un JavaScript externe , en utilisant PHP pour fournir des valeurs à vos fonctions JavaScript comme ceci: <br> <p> < php $ nom = $ _GET ["nom" ? ] ; ? > fonction welcomeUser () { var user_id = < php echo ($ nom); ? > ; alert (" Bienvenue " + nom + "!") ; } <br> <p> dans votre site Web section de tête de la page , reportez-vous à la JavaScript généré par PHP dans une balise script , passant de valeurs doit le JavaScript dans la chaîne de requête : <br> <p> < script de peut utiliser cette technique pour passer des paramètres à votre JavaScript PHP généré à partir d'une page PHP ou une page HTML statique. <br> <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/92936.html' >Comment faire pour envoyer HTML Email via PHP Courriel </a></li></p></td> </tr> <tr> <td width="49%"> next : <a class='LinkNextArticle' href='/programmation/php-mysql-programming/92938.html' >SQL Rédaction Outils </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/93122.html" title="Comment construire votre propre base de données Driven PHP site web en utilisant MySQL " target="_self">Comment construire votre propre base de données Driven…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91617.html" title="Comment faire pour convertir UTC à l'heure du Pacifique en PHP " target="_self">Comment faire pour convertir UTC à l'heure du Pacifiqu…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91651.html" title="Comment faire pour empêcher les connexions multiples avec SESSION_ID " target="_self">Comment faire pour empêcher les connexions multiples a…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92316.html" title="Comment faire pour supprimer classe en PHP " target="_self">Comment faire pour supprimer classe en PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91667.html" title="Comment faire pour importer MySQL à HSQLDB " target="_self">Comment faire pour importer MySQL à HSQLDB </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91304.html" title="Données SQL non pris en charge Erreur de type de colonne Entier " target="_self">Données SQL non pris en charge Erreur de type de colon…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91679.html" title="Comment construire un CSS avec MySQL et PHP " target="_self">Comment construire un CSS avec MySQL et PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91790.html" title="Comment analyser les résultats Google avec PHP " target="_self">Comment analyser les résultats Google avec PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/93017.html" title="Comment convertir une date pour un horodatage UNIX PHP " target="_self">Comment convertir une date pour un horodatage UNIX PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/91314.html" title="000X0 PHP cordes erreur " target="_self">000X0 PHP cordes erreur </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/92845.html" title="Comment faire pour extraire une adresse email sur PHP " target="_self">Comment faire pour extraire une adresse email sur PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/cc-programming/85704.html" title="Comment faire pour intégrer une base de données dans un Mac App " target="_self">Comment faire pour intégrer une base de données dans …</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/94880.html" title="Comment exporter des articles à partir de ListBox dans des fichiers texte en VB6 " target="_self">Comment exporter des articles à partir de ListBox dans…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/javascript-programming/91255.html" title="Comment changer la couleur du texte en JavaScript " target="_self">Comment changer la couleur du texte en JavaScript </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/94833.html" title="Comment se connecter à la base de données Oracle sur Vb.Net OLEDB " target="_self">Comment se connecter à la base de données Oracle sur …</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/96151.html" title="Microsoft Visual Basic pour Applications Tutorial " target="_self">Microsoft Visual Basic pour Applications Tutorial </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88004.html" title="Comment calculer la hauteur d'un iFrame " target="_self">Comment calculer la hauteur d'un iFrame </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/python-programming/93813.html" title="Combien difficile est la conception d'une interface en Python " target="_self">Combien difficile est la conception d'une interface en …</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86393.html" title="Comment écrire Pascal Pseudocode " target="_self">Comment écrire Pascal Pseudocode </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92775.html" title="Comment utiliser un fichier HTML distinct du fichier PHP " target="_self">Comment utiliser un fichier HTML distinct du fichier PH…</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>