PEAR :: The PHP Extension and Application Repository

Installer pear (sous linux)

http://php.developpez.com/cours/pear/installation/

synaptic 
php-pear

ou
apt-get install php-pear php5-cli

Tutoriels

Créez vos formulaires facilement avec le package HTML_quickform de PEAR

Pour faire vite

sudo su
pear install HTML_Common HTML_QuickForm

Voici le code complet

Si on veut installer le résultat sur un serveur web qui a pas pear, le plus simple est un petit wget:

wget http://localhost/HTML_quickform/test.php
scp test.php yourlogin@serveur:/path/

XML avec pear

pear install XML_Query2XML XML_XPath