aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/php
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:22:05 +0100
committerGitHub <noreply@github.com>2021-02-11 18:22:05 +0100
commit36dd1801df270db5af29576e3ba0c071933e6cca (patch)
treeef4b939a505e2ebd47d22c475db7316f524bfe0d /files/fr/glossary/php
parentf3460d511f9c648ecfe89f81187ff69ab68fc4a3 (diff)
parent7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (diff)
downloadtranslated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.gz
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.bz2
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.zip
Merge pull request #31 from fiji-flo/unslugging-fr
Unslugging fr
Diffstat (limited to 'files/fr/glossary/php')
-rw-r--r--files/fr/glossary/php/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/fr/glossary/php/index.html b/files/fr/glossary/php/index.html
new file mode 100644
index 0000000000..3c89eeb218
--- /dev/null
+++ b/files/fr/glossary/php/index.html
@@ -0,0 +1,22 @@
+---
+title: PHP
+slug: Glossary/PHP
+tags:
+ - Encodage
+ - Glossaire
+ - Infrastructure
+ - PHP
+ - Programmation
+translation_of: Glossary/PHP
+original_slug: Glossaire/PHP
+---
+<p>PHP est un langage de script côté serveur conçu pour le développement web mais aussi utilisé comme langage de programmation généraliste. Créée à l'origine par Rasmus Lerdorf en 1994, l'implémentation de la référence PHP est maintenant produite par The PHP Group. PHP signifiait à l'origine Personal Home Page, mais elle correspond maintenant à l'acronyme récursif PHP : Hypertext Preprocessor.</p>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<ul>
+ <li><a href="http://php.net/">PHP - Site officiel</a></li>
+ <li>{{Interwiki("wikipedia", "PHP")}} sur Wikipédia</li>
+ <li><a href="https://fr.wikibooks.org/wiki/Programmation_PHP">PHP</a> sur Wikibooks</li>
+ <li><a href="https://www.w3schools.com/PhP/php_intro.asp">Intro to PHP W3Schools</a> (en)</li>
+</ul>