Connaissances Informatiques >> systèmes >> Ubuntu >> Content
  Derniers articles
  • Comment faire pour installer une cam…
  • Comment vérifier le nombre de CPU a…
  • Comment configurer le serveur VNC da…
  • Comment exécuter Ubuntu 10.4 partir…
  • Comment monter un DVD dans Ubuntu 9 
  • Comment trouver des logiciels d'entr…
  • Comment faire pour installer un seco…
  • Comment configurer un serveur FTP so…
  • Comment faire pour récupérer la pa…
  • Comment réparer et exécutez regedi…
  •   Ubuntu
  • Compétences informatiques de base

  • Linux

  • Mac OS

  • Ubuntu

  • Unix

  • fenêtres

  • windows Vista

  • windows XP
  •  
    Ubuntu

    Comment commencer à utiliser PHP sur Ubuntu

    Développement web basé sur Linux est très populaire pour de nombreuses raisons , PHP étant l'un d'entre eux. Bien que PHP peut fonctionner sur un ordinateur Windows avec le serveur et la configuration appropriée , il est conçu pour Linux. L'acronyme «LAMP» (Linux Apache - MySQL -PHP - ) se réfère à la «pile» la plus fréquente des technologies utilisées par les développeurs PHP. Vous pouvez commencer avec PHP sous Ubuntu en installant son paquet de pile LAMP . Un effort supplémentaire est nécessaire pour obtenir vos fichiers dans les répertoires appropriés à utiliser avec le serveur Apache , cependant. Instructions
    1

    Accédez au Terminal de « Applications », puis allez dans " Accessoires". Installez « tasksel » si vous utilisez Ubuntu 11.04 en tapant " sudo apt- get install tasksel " dans le terminal. Ubuntu 7 à 10 vient déjà avec « tasksel ». Tapez " sudo install tasksel lampe - serveur " pour installer la pile LAMP . Suivez les instructions pour terminer l'installation.
    2

    Allez dans " Applications ", puis " Accessoires", puis ouvrez l'éditeur de texte . Créez un fichier HTML de base et de comprendre la fonction " phpinfo () " PHP entre les balises PHP. Le code ressemble à ceci:



    page de test < /test > Photos <p> < /head> Photos <p> <body> <br> <p> < php phpinfo (); ? > Photos <p> </body> Photos <p> </html> Photos <p> Enregistrez le fichier avec l'extension PHP , comme " mytest.php . " <br> 3 <p> Ouvrez le gestionnaire de fichiers que votre utilisateur en allant dans "Lieux " puis " système de fichiers ". Accédez à votre fichier PHP sauvé. Cliquez-droit sur le fichier et sélectionnez «Copier». <br> 4 <p> Tapez " sudo nautilus " dans votre fenêtre de terminal pour ouvrir le gestionnaire de fichiers comme "root". Le compte "root" est le seul à avoir accès aux répertoires du serveur Apache . Naviguez vers le répertoire "www" à partir de " var. " Faites un clic droit sur ​​le répertoire et sélectionnez "Coller". <br> 5 <p> Lancez votre navigateur et tapez " localhost /yourfile.php " dans la barre d'adresse. Votre page Web se charge , en montrant une liste complète des paramètres d'informations sur PHP sur votre ordinateur. Vous pouvez maintenant programmer en PHP, et de tester vos fichiers sur Apache à partir de votre ordinateur fonctionnant sous Ubuntu. <br> <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='/systèmes/Ubuntu/210718.html' >Comment réinstaller Open Source ATI sur Ubuntu </a></li></span><br /> Article suivant:<span class="nr"> <a class='LinkNextArticle' href='/systèmes/Ubuntu/210720.html' >Un tutoriel pour installer Ubuntu sur VirtualBox </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="/systèmes/Ubuntu/210560.html">Ubuntu: Comment faire pour installer une archive de XEN </a></li><li><a href="/systèmes/Ubuntu/211001.html">Comment prendre un instantané d'image ISO de Windows à utiliser dans VirtualBox sur Ubuntu </a></li><li><a href="/systèmes/Ubuntu/211110.html">Comment faire pour utiliser le Magnétophone Gnome dans Ubuntu 8.04 </a></li><li><a href="/systèmes/Ubuntu/210312.html">Ubuntu ne reconnaît pas une carte SD Kingston </a></li><li><a href="/systèmes/Ubuntu/210455.html">Comment faire pour installer un kit de modèle dans Ubuntu </a></li><li><a href="/systèmes/Ubuntu/210333.html">Mon Ubuntu 9.10 s'arrête après inactivité </a></li><li><a href="/systèmes/Ubuntu/210981.html">Comment accéder à mon mot de passe Windows à l'aide de Ubuntu </a></li><li><a href="/systèmes/Ubuntu/211105.html">Ubuntu contrôle du volume ne fonctionne pas cours HDMI </a></li><li><a href="/systèmes/Ubuntu/211011.html">Comment faire pour exécuter Virtual Desktop XP et Ubuntu avec Open Source </a></li><li><a href="/systèmes/Ubuntu/211527.html">Comment faire pour vérifier la quantité de RAM que j'ai dans Ubuntu </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>