Home

Submit

Source

Feeds

PHP Creating a Mailing List Manager with PHP

PHP Emailing
Creating a Mailing List Manager with PHP
PHP / Emailing
This tutorial will guide you through building a complete mail list administration solution, capable of handling multiple lists. Suitable for small-medium sized lists (less than 500 names), flat files are used to store information for later retrieval. Many file access commands will be used and explained, and we'll cover how to send mail from a PHP script.

Site: www.devshed.com Report - View Tutorial

Related Tutorials
PHP Emailing
Php Mailing List with no MySql
PHP / Emailing
Simple mailing list with admin panel and subscriber unsubscribing function. No MySQL needed.

Site: www.webdesign.org Report - View Tutorial

PHP Emailing
Building an Opt-in Email List
PHP / Emailing
This helpful tutorial shows you how to build an opt-in email list in PHP. It covers validating email addresses, checking for duplicate email addresses, adding to a mailing list, and changing a strings case.

Site: www.php-scripts.com Report - View Tutorial

PHP Emailing
Simple PHP mailing list
PHP / Emailing
The script bellow will create and add or remove emails from users to a file, so that databases are not required.

Site: www.phptutorial.info Report - View Tutorial

PHP Databases
Uploading, Saving and Downloading Binary Data in a MySQL Database
PHP / Databases
This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database. This article is split into three pages: Setting up the database, Creating the 'upload' scripts, and Creating the 'download' script.

Site: www.oreillynet.com Report - View Tutorial

PHP Forms
Phorm Manager
PHP / Forms
In this part four of a series on HTML form handling with PHP, it explains how to create a powerful PHP form handler, called Phorm Manager.

Site: www.onlamp.com Report - View Tutorial

PHP Emailing
TD Subscribe Mail Script
PHP / Emailing
Before I actually start mailing to anyone I need a script that I can link to inside every opt-in mail list email to allow subscribers to easily and automatically unsubscribe from the list. In some places, due to the rampant abuse of spammers, I believe there is legislation which requires such a link, so an ounce of prevention might be worth a pound of cure.

Site: www.php-scripts.com Report - View Tutorial

PHP PEAR
Introduction to PEAR
PHP / PEAR
The PHP Extension and Application Repository (PEAR) brings this philosophy to PHP.Among other things, PEAR is a collection of reusable, open source code for use in PHP applications. The code is organized as a selection of files that act as wrappers giving convenient access to various PHP functions or extend PHP in some way. The files, collectively known as a "package," are easily obtained using the PEAR Package Manager.

Site: codewalkers.com Report - View Tutorial

PHP File Operations
Directory Listings, list files and subfolder using php
PHP / File Operations
This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list.

Site: www.xfunda.com Report - View Tutorial

PHP Emailing
Sending Mail To The Mail List
PHP / Emailing
Now that the login to the admin is successful and we have a secure environment, I need to make a form to be able to send mail to those on my list when indeed I do release new php scripts.

Site: www.php-scripts.com Report - View Tutorial

PHP CMS
Build a WordBurner Email Newsletter Manager using WordPress and FeedBurner
PHP / CMS
In this tutorial I will show you how to use your regular Wordpress website combined with Feedburner to make a simple email newsletter manager.

Site: nettuts.com Report - View Tutorial

PHP Databases
Creating a Simple Photo Album with PHP and MySQL (Part 1)
PHP / Databases
Online photo albums are everywhere these days. Some of them are dedicated to landscapes, others are dedicated to celebrities, and the list goes on and on. This tutorial is the first in a series of tutorials that will teach you how to use PHP and MySQL to create a photo album that will allow you to upload new pictures, delete old pictures, and even update any information linked to your pictures.

Site: www.carbotek.org Report - View Tutorial

PHP Databases
PHP/MySQL Memberlist
PHP / Databases
Make a simple PHP memberlist that works with the users in a MySQL database. You can use it with the PHP/MySQL Login System and be able to list the user and information in an organized fashion.

Site: www.time-2-design.com Report - View Tutorial

PHP Sessions and Cookies
Basic Sessions Tutorial with Register Globals Switched Off
PHP / Sessions and Cookies
we're going to show you how you can make use of php sessions easily and quickly. we assume that you are familiar with the basics of php. the php session page and function list can be found here. you should have register globals switched off in your php configuration and for sessions not to use cookies.

Site: plebian.com Report - View Tutorial

PHP Miscellaneous
Making your first PHP page
PHP / Miscellaneous
Creating a PHP page is very similar to creating an HTML page. There are two main differences between an HTML page and a PHP page, your PHP page will need to have a .php extension instead of .html, and you will use PHP code in your PHP page.

Site: marek.litomisky.com Report - View Tutorial

PHP Forms
Creating a PHP form
PHP / Forms
PHP is a great processor of forms, hence knowing how to write a simple form for php processing is the precursor to make the PHP work.

Site: www.developingwebs.net Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement