PHP

TwitterFacebook
Get flash to fully experience Pearltrees
php

http://www.apptools.com/phptools/ Here is some PHP information that you may find useful. Dynamic Site Map with PHP Script: This is a script, written in PHP, that will generate a site map based on the directory structure of the site.

PHP Tools

http://devsnippets.com/article/10-essential-php-code-snippets.html PHP is a scripting language that is perfect for developing dynamic web pages and applications. Being one of the most popular scripting languages on the internet today, makes it pretty easy to get started with. If you are looking for a technique that you forgot about, or a function you didn’t know someone else has created before; then this article might be something useful for you and will save you some time for sure. Today we will highlight 10 Essential PHP functions with step by step tutorials to get you some of the latest techniques used these days. 1. Using PHP to Backup MySQL Databases

10 Essential PHP Code Snippets You Might be Looking For | DevSni

Many PHP applications require the ability to send emails nowadays from simple plain-text emails confirming a registration to advanced HTML newsletters. PHP allows us to send emails using the mail() function but this can quickly get complex when you begin to add HTML, attachments and different character encoding. Luckily for us developers, the Zend_Mail component from the Zend Framework greatly simplifies the process by providing easy-to-use methods for creating and sending emails. This article will walk you through creating and sending plain-text and HTML emails, adding attachments, multiple recipients and much more. To use the Zend_Mail component you will first need to download the Zend Framework. Visit the Zend Framework download page and download the newest version of the Zend Framework (1.5RC1 at the time of writing).

Sending Emails with the Zend Framework

http://www.talkphp.com/vbarticles.php?do=article&articleid=51&title=sending-emails-with-the-zend-framework
Bienvenue dans ce tutoriel sur la programmation orientée objet (souvent abrégé par ses initiales « POO ») en PHP. Ici, vous allez découvrir un nouveau moyen de penser votre code, un nouveau moyen de le concevoir. Vous allez le représenter de façon orienté objet , un moyen de conception inventé dans les années 1970 et qui prend de plus en plus de place aujourd'hui. La principale raison de ce succès est due à de nombreux avantages apportés par ce paradigme, comme une organisation plus cohérente de vos projets, une maintenance plus facile et une distribution de votre code plus aisée. http://www.siteduzero.com/informatique/tutoriels/programmez-en-oriente-objet-en-php

[POO] Programmer orienté objet en PHP