Recherche rapide
     
Espace Membres
il y'a actuellement 32370 membres
 
Pseudo  
Password  
inscriptions
 
Cours php/Tutoriels
  1°/  Apprendre les bases de PHP
  1a°/  Divers en PHP, les erreurs, les variables etc...
  2°/  Les variables
  3°/  Les variables d'environnements
  4°/  Les conditions
  5°/  Les boucles
  6°/  Les cookies
  7°/  Travailler sur les dates
  8°/  Les tableaux array()
  9°/  Travailler avec les fichiers
  10°/  Traiter les chaines de caractères
  11°/  Récuperer et verifier les données d'un formulaire
  12°/  Envoyer des mails
  13°/  Les pseudo-frames
  14°/  Débuter avec mysql
  15°/  Fonctions update et delete de mysql
  16°/  Comprendre et utiliser la clause where
  17°/  Liste de quelques fonctions mysql
  18°/  Mysql par la pratique, construire un livre d'or
  19°/  Construire un mini moteur ou annuaire
  20°/  Afficher sur plusieurs pages
  21°/  La construction de votre forum
  22°/  Faire son script de sondage (vote)
  23°/  Sessions , mise en pratique
  24°/  Sessions , récapitulatif
  25°/  Les expressions régulières
  26°/  Coder son ANTI-FLOOD
  27°/  Utiliser et créer ses fonctions
  28°/  Upload et transfert de fichiers
 
 
 
Liens
NOUVEAU COURS "UPLOAD DE FICHIER"

Hello Zazédiens Zazédienne,

Depuis le temps que vous me demandiez ce cours , j'ai pris sur mon temps de sommeil pour vous le sortir pendant la nuit.
Comme son nom l'indique , il est consacré à l upload de fichiers ,je vous propose 2 types de transfert , ce qui vous laissera libre choix pour votre site.
J'éspère que ce cours répondra à ce que vous attendiez d'AZ-PHP :)

La prochaine étape sera de faire une refonte d'AZ pour qu'il soit enfin aux normes W3 , mais j'ai peu de temps malheureusement.

Bonne prog
Cordialement
e - stressman , webmaster de AZ-PHP

FLUX RSS AZ-PHP

Bonjour à tous,

Je viens de mettre en place un flux RSS du forum, avec l'affichage des 20 derniers messages.
Vous avez été nombreux à me le demander , c'est désormais chose faite. :)
l'url :
http://www.az-php.com/rssactu/forum.php

Bonne prog
Cordialement
e - stressman , webmaster de AZ-PHP

NEWS PHP.net
-Les dernières nouvelles issues de
PHP: Hypertext Preprocessor


The PHP scripting language web site

PHP 5.4.3 and PHP 5.3.13 Released!

The PHP development team would like to announce the immediate availability of PHP 5.4.3 and PHP 5.3.13. All users are encouraged to upgrade to PHP 5.4.3 or PHP 5.3.13The releases complete a fix for a vulnerability in CGI-based setups (CVE-2012-2311). Note: mod_php and php-fpm are not vulnerable to this attack.PHP 5.4.3 fixes a buffer overflow vulnerability in the apache_request_headers() (CVE-2012-2329). The PHP 5.3 series is not vulnerable to this issue.For source downloads of PHP 5.4.3 and PHP 5.3.13 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes are recorded in the ChangeLog.

PHP 5.3.12 and 5.4.2 and the CGI flaw (CVE-2012-1823)

around them.

PHP 5.3.12 and PHP 5.4.2 Released!

bugs.php.net.For source downloads of PHP 5.3.12 and PHP 5.4.2 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. A ChangeLog exists.

PHP 5.3.11 And PHP 5.4.1 Released!

The PHP development team announces the immediate availability of PHP 5.3.11 and PHP 5.4.1. These releases focuses on improving the stability of the current PHP branches with over 60 bug fixes, some of which are security related.Security Enhancements for both PHP 5.3.11 and PHP 5.4.1:Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172).Add open_basedir checks to readline_write_history and readline_read_history.Security Enhancement affecting PHP 5.3.11 only:Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).Key enhancements in these releases include:Added debug info handler to DOM objects.Fixed bug #61172 (Add Apache 2.4 support).For a full list of changes in PHP 5.3.11 and PHP 5.4.1, see the ChangeLog. For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.All users of PHP are strongly encouraged to upgrade to PHP 5.3.11 or PHP 5.4.1.

PHP 5.4.1RC2 Released for Testing

The PHP development team would like to announce the 2nd release candidate of PHP 5.4.1. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION! This is the 2nd release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. The release candidate fixes a critical issue when using the internal classes in multiple threads. A complete list of changes since the last release candidate can be found in the NEWS file. Please help us to identify bugs in order to ensure that the release is solid and all things behave as expected by taking the time to test this release candidate against your code base and reporting any problems that you encounter to the QA mailing list and/or the PHP bug tracker. PHP 5.4.1 final will be released on April 26.

PHP migrates to Git

üter for their work on the scripts required to support the conversion. Let the forking begin!

PHP 5.4.0 released!

The PHP development team is proud to announce the immediate availability of PHP 5.4.0. This release is a major leap forward in the 5.x series, which includes a large number of new features and bug fixes. Some of the key new features include: traits, a shortened array syntax, a built-in webserver for testing purposes and more. PHP 5.4.0 significantly improves performance, memory footprint and fixes over 100 bugs. For users upgrading from PHP 5.3 there is a migration guide available here, detailing the changes between those releases and PHP 5.4.0. Further details about the PHP 5.4.0 release can be found in the release announcement, and the full list of changes are available in the ChangeLog. Please note that it may take a while until the release is available on all mirrors.

PHP 5.3.10 Released!

The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix.Security Fixes in PHP 5.3.10:Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.All users are strongly encouraged to upgrade to PHP 5.3.10.For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.

PHP 5.3.9 Released!

The PHP development team would like to announce the immediate availability of PHP 5.3.9. This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related.Security Enhancements and Fixes in PHP 5.3.9:Added max_input_vars directive to prevent attacks based on hash collisions. (CVE-2011-4885)Fixed bug #60150 (Integer overflow during the parsing of invalid exif header). (CVE-2011-4566)Key enhancements in PHP 5.3.9 include:Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to is_a and is_subclass_of).Fixed bug #55609 (mysqlnd cannot be built shared)Many changes to the FPM SAPI moduleFor a full list of changes in PHP 5.3.9, see the ChangeLog. For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.All users are strongly encouraged to upgrade to PHP 5.3.9.
Notre site et nos cours vous plaisent ?
Vous pouvez soutenir AZ-PHP simplement en faisant un don anonyme.
Nous vous remerçions par avance.

 
Devenir annonceur sur AZ-PHP ?
Cliquez ici
 
Rubrique installer
  1°/  Apache et PHP
  2°/  Mysql sur votre PC (version tar.gz)
  3°/  Mysql sur votre PC (version rpm)
 
Newsletter

 
Votez !!
Pas de votes ni suggestions actuellement
 
 
 
Débuter Linux
 1°/   Introduction
 2°/   Installation ( 1ere partie )
 3°/   Installation ( 2ème partie )
 4°/   Connexion / documentation / Synthaxe
 5°/   Les différentes commandes sous linux
 6°/   Installer / Désinstaller / Lister les applications
 7°/   Manipulation des chaines de caractères
 
    © Copyright 2005 - az-php.com - tous droits réservés , reproduction interdite . Hébergé par 1hebergeur.com [ mentions légales & copyright ]