php prog

TwitterFacebook
Get flash to fully experience Pearltrees
mardi 28 février 2012 :: perrick :: PHP :: aucun commentaire :: aucun trackback

:: onpk :: blog PHP, MySQL, développement web & connexe(s)

http://www.onpk.net/index.php
Une fois PHP compilé avec le support cURL, vous pouvez commencer à utiliser les fonctions cURL. La première des choses à faire est d'initialiser une session cURL avec la fonction curl_init() , puis, vous pouvez définir toutes vos options pour le transfert avec la fonction curl_setopt() , et enfin, vous pouvez exécuter la session avec curl_exec() et y mettre fin avec la fonction curl_close() . Voici un exemple qui utilise les fonctions cURL pour récupérer la page d'accueil du site example.com dans un fichier :

Utilisation du module cURL pour récupérer la page d'accueil de example.com - Manual

http://php.net/manual/fr/curl.examples-basic.php
Vous faites du développement depuis des années dans votre langage favori et vous croyez qu'il a fini de vous surprendre ? Pas si sûr, car tous les langages ont des secrets, des fonctionnalités cachées que vous rencontrez un beau jour sur le code d'un collègue, sur un projet open-source ou même par une malheureuse (ou heureuse?) faute de frappe.

Quels sont vos astuces et secrets de programmation ? Confiez-nous vos trucs pour gagner du temps ou impressionner les collègues

http://www.developpez.com/actu/22989/Quels-sont-vos-astuces-et-secrets-de-programmation-Confiez-nous-vos-trucs-pour-gagner-du-temps-ou-impressionner-les-collegues/

43 Ways to Optimize your PHP Code | OpenJason

List from: http://reinholdweber.com/?p=3 , just to give credit where credit is due. http://www.openjason.com/2007/10/31/43-ways-to-optimize-your-php-code/

PHP Variable and Array Tests

http://www.deformedweb.co.uk/php_variable_tests.php?show=1 In case interested all these tests are carried out live as this page is rendered (with a bit of 'eval'), so any upgrade of PHP will immediately showup. If you have a different version of PHP, and would like to host a copy then let me know at the link below.

Паттерны проектирования в PHP5. Часть 1. Синглтон. - В гостях у Феникса

Данным постом я открываю серию посвященную применению паттернов проектирования в РНР (имеется ввиду именно 5я версия РНР, поскольку именно в ней появилось ООП в РНР, в 4й версии оно было урезано до не могу). http://fiery-fenix.kiev.ua/archives/14-Patterny_proektirovaniJa_v_PHP5._Chast_1._Singlton..html
http://vtemplate.sourceforge.net/ La version Cache Edition n'est plus mise à jour. L'idée n'est pourtant pas abandonnée. Cette fonctionnalité sera integrée à un autre Projet vkernel qui utilise Vtemplate.

Virtual Template - HOME PAGE

TOOLBOX - Php - ZendFramework -

http://www.webaaz.com/2009/10/bien-utiliser-zend-framework/ Par Martin Il existe depuis quelques années de nouveaux outils pour travailler efficacement avec PHP , Ce sont les frameworks, ou cadriciels.
http://infinity-infinity.com/2009/07/10-php-functions-you-probably-never-use/ Pipvertise is currently up for sale on Flippa . I have unfortunately become unable to dedicate any further time towards Pipvertise, and have so taken the decision to sell it on. Pipvertise is an advertising network which aims to make it easier for advertisers to run campaigns across our publishers’ websites.

10 PHP functions you (probably) never use

PHP is the most widely-used language for programming on the web. Here are thirty best practices for beginners wanting to gain a firmer grasp of the fundamentals. Editor’s Note: The “Best Practices” series has been my baby for three articles now.

IBGS - Php - 30 PHP Best Practices for Beginners - Nettuts+

http://net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/
Database operations often tend to be the main bottleneck for most web applications today. It’s not only the DBA’s (database administrators) that have to worry about these performance issues.

Top 20+ MySQL Best Practices | Nettuts+