PHP

  • https://afup.org/home
  • https://www.php.net/manual/fr/intro-whatis.php
  • https://www.php.net/mailing-lists.php
  • https://tinyurl.com/PHPenImages
  • https://php.net/download-logos.php
  • https://fr.wikipedia.org/wiki/PHP
  • https://www.mail-archive.com/linux06@linuxfr.org/msg06297.html
  • http://ramix.org/phpinfo.php

PhP est un langage de programmation permettant de développer des applications sur Internet/Intranet/Extranet.

PHP


https://www.univ-orleans.fr/iut-orleans/informatique/intra/tuto/php/FastPHP.pdf
https://www.it-connect.fr/connaitre-sa-version-de-php/
http://php.net/manual/fr/function.isset.php
http://php.net/manual/fr/function.preg-match.php
http://php.net/manual/fr/language.functions.php
http://php.net/manual/fr/tutorial.forms.php
http://php.net/manual/fr/language.types.array.php
http://php.net/manual/fr/language.operators.comparison.php
http://php.net/manual/fr/control-structures.while.php
http://php.net/manual/fr/migration70.php
http://www.c2script.com/scripts/captcha-simple-en-php-s14.html
http://sylvie-vauthier.developpez.com/tutoriels/php/grand-debutant/
http://www.lephpfacile.com/cours/
passeurs-de-savoirs.fr/lab/captcha-math.php
http://ramix.org/php/captcha.php

http://blaireaulinux.free.fr/php.php
http://blog.mageekbox.net/?post/2013/09/27/L-avenir-de-PHP-vu-par-Perrick-Penet-Avez-1

http://wikini.net/wakka.php?wiki=PhP
https://fr.wikipedia.org/wiki/Feuilles_de_style_en_cascade
http://www.chdemko.com/
http://www.ramix.org/phpinfo.php
http://juricom.org/php_info.php
http://ramix.org/footer.pdf
http://php.net/docs.php
http://php.net/manual/fr/language.oop5.php
http://php.net/manual/fr/function.phpinfo.php
https://itx-technologies.com/fr/blog/2108-installer-et-acceder-a-phpmyadmin-sous-ubuntu
https://openclassrooms.com/courses/programmez-en-oriente-objet-en-php/utiliser-la-classe

===== Lecture octobre 2017 Webdesign Hors série 46 =====

http://tinyurl.com/ycl2bwuj
http://tinyurl.com/yc8sueap
http://tinyurl.com/y9ejkkkp
http://tinyurl.com/ycfnk5c8
http://tinyurl.com/y9udhycd

===== Sites officiels et documentation =====
– http://php.net php.net , le site officiel.
– http://www.php.net/docs.php , Portail documentaire officiel
– http://www.php.net/manual/fr/ , Documentation officielle traduite en français (annotations en anglais)
– http://www.journaldunet.com/developpeur/itws/it_nexen_seguy.shtml

===== Éditer du PhP =====
Les fichiers PHP sont des fichiers texte qui s’éditent avec un éditeur texte classique. Cependant, certains éditeurs proposent des fonctions plus ou moins avancées pour développer plus facilement en PHP : de la coloration syntaxique jusqu’à l’aide en ligne et le complément de frappe automatique.
Hugo ETIEVANT nous propose un [[http://cyberzoide.developpez.com/php4/editeurs/ Comparatif des meilleurs éditeurs de scripts PHP]] [fr] (17 avril 2004).
(Pour ma part, j’utilise SciTe (rapide et multiplateforme), jEdit (pour la fonction de diff intégrée) et Kate (qualité de l’ergonomie et intégration avec KDE). (Tous sont libres.) — CharlesNepote)

===== Pour débuter en PHP =====
Il existe de nombreux livres et des tutoriels publiés sur internet.
En français, on trouve :
– http://www.manucorp.com/coursphp/lecon1 Les cours de manucorp pour débutant

===== PHP en pratique =====
– http://www.phpcodeur.net/articles/php/emails Envois de courriels en PhP
– http://www.phpcodeur.net/articles/php/cookies Les cookies en PHP
– http://www.phpcodeur.net/articles/php/upload L’upload de fichier
– Les dates en PHP :
– http://phpcodeur.net/articles/php/dates Les dates sur phpcodeur.net.
– http://www.phpfrance.com/tutorials/index.php?id=53 Les dates, tutoriel de phpfrance.com.
– http://www.phpindex.com/faq/faq_chapitre.php3?chapitre=12 PHP : Dates par phpindex.com.

===== Les classes prêtes à l’emploi =====
– http://www.phpclasses.org/ phpclasses.org
– http://smarty.php.net/ Smarty , Moteur de templates

===== Les bibliothèques de classes complètes =====
– http://adullact.net/projects/copix/ Copix framework complet.
– http://copix.aston.fr/documentation/presentation/ La documentation
– http://www.horde.org/ Horde
– http://pear.php.net/ Pear et http://pearfr.org/ Pearfr , prémisses de la communauté française PEAR.
– http://www.phpindex.com/index.php/1999/11/22/387-rediriger-un-script-automatiquement-vers-une-url-avec-header

—-
https://www.univ-orleans.fr/iut-orleans/informatique/intra/tuto/php/FastPHP.pdf
http://www.info.univ-angers.fr/~richer/ens/l3info/dw_crs3.pdf
http://deptinfo.cnam.fr/Enseignement/CycleSpecialisation/IHM/annee1011/Php_Mysql.pdf
https://afup.org/pages/site/
http://www.phpfrance.net/
https://forum.phpfrance.com/
http://www.renepaulmages.fr/test.php


<?php
$TIme = Date("l F d, Y, H:i");
print($TIme);
$IPAddr = getenv("REMOTE_ADDR");
$NAVIgateur = getenv("HTTP_USER_AGENT");
$IDuser = getenv("REMOTE_USER");
echo (" – Hello $IDuser
[ adresse IP enregistrée: $IPAddr ]
Votre navigateur est : $NAVIgateur
« );
?>


Public Key :
gpg-public-key
Comments to :
rpm@[NO_SP@M]renepaulmages.fr

My current (as created on December 31, 2002) key’s fingerprint is:

C9D5 18C7 8973 8190 F94B 48B2 DFCC 0699 2CC4 55D9

%%