background preloader

PHP

Facebook Twitter

Php. Accueil de phpCodeur. Portail PHP : Aide à la création de sites dynamiques. PHP Tools. 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. You can easily exclude files and/or directories.

Forcing a Download Dialog A fairly common question is, "How can I force a file to download to the user? " Form to E-mail Processing Tutorial: A tutorial on how you can use PHP to process form submissions and send the results to an e-mail address. Multiple Page Forms Tutorial: So you have this long, involved form. Processing XML/RSS with PHP In the beginning, the Internet was a simple mechanism for exchanging text data. Send a Link to a Friend Script: Ready to run form that will allow you to put a link on your page to send a link to a friend. Setting up a virtual host in Apache. 10 Essential PHP Code Snippets You Might be Looking For | DevSni.

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 If you website stores its data in a MySQL database, you will most definitely want to backup that information so that it can be restored in case of any disaster (we all have been there). There are different ways to backup your MySQL Database, but today we will only focus on how to use PHP to backup your MySQL database. Different Ways to backup your MySQL database: 1. Source Further Resources 2. Source 3. 4. Sending Emails with the Zend Framework. 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). Once downloaded, unzip the Zend Framework archive to your Desktop or Home folder. The folder we are interested in is the folder. PHP Code: <? Set_include_path . . Alan' Manuel PHP .com - La référence en Cours et Manuels PHP / MYSQL / [POO] Programmer orienté objet en PHP.