PHP

TwitterFacebook
Get flash to fully experience Pearltrees
Liens commerciaux : Présentation Vous vous êtes peut-être déjà demandé comment un site faisait pour vous envoyer un mail directement après votre inscription ou encore selon des paramètres que vous avez renseignés. La réponse tient à peu de choses : l'envoi de mails via PHP. Il existe différents moyens pour envoyer un mail en PHP, le plus simple étant d'utiliser la fonction prévue à cet effet, à savoir la fonction mail() .

PHP - Envoyer un mail

http://www.vulgarisation-informatique.com/mail.php
This post applies to the FPDF driver only, not pdflib or ghostscript. Currently with FPDF, if you have a PNG with embedded alpha-channel transparency, the alpha channel is ignored. I found a nice add-on class for FPDF that enables alpha-channel transparency for PNGs here: http://staff.dasdeck.de/valentin/fpdf/fpdf_alpha/ . I took it apart and put it in the html2ps code. http://forum.tufat.com/showthread.php?p=243888

How to get PNG Alpha Channel Transparency - $5 Script Archive Co

Helicon Tech - IIS modules and ISAPI filters for URL rewriting a

http://www.isapirewrite.com/docs/#examples Introduction ISAPI_Rewrite is a powerful regular expressions-based URL manipulation engine. It acts mostly like Apache's mod_Rewrite, but it is designed especially for Microsoft Internet Information Server and Microsoft Security and Acceleration Server 2004. If you ever wanted to change your web site's URL scheme, this product is for you!

Create ZIP files from directories using PHP | Web Development Bl

http://www.web-development-blog.com/archives/tutorial-create-a-zip-file-from-folders-on-the-fly/ For a future project I needed these days some easy to use zip or gzip class to create a zip file from files / folders inside a specified directory. A short search on Google has lead me to the Create ZIP File PHP class from Rochak Chauhan. I tested two other scripts before and must say that this script works great for single files if you add them manually.