Home

Submit

Source

Feeds

Home » PHP » Emailing ::

PHP Emailing
The script bellow will create and add or remove emails from users to a file, so that databases are not required.
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
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

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
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 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 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 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 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 E-Commerce
Google Checkout Integration for PHP
PHP / E-Commerce
Using Google checkout buying from stores across the web becomes simple and also facilitates you to keep track of all the orders.The Google Checkout's fraud protection policy protects you against all the unauthorized purchases made via Google Checkout. Another advantage is that the Google Checkout does not share the history of the purchasers with other sellers.With Google checkout your email is well protected and is kept confidential. Tracking down your purchase history list is also simple.

Site: www.macronimous.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

PHP Navigation
Dynamic (2 level) navigation list
PHP / Navigation
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it's easy to add different CSS styles later.

Site: www.finalwebsites.com Report - View Tutorial

PHP Forums and Guestbooks
Creating a simple PHP guestbook
PHP / Forums and Guestbooks
In this tutorial we are going to learn how to create a simple PHP guest book.

Site: www.phpeasystep.com Report - View Tutorial

PHP Forums and Guestbooks
Simple forum in php/mysql
PHP / Forums and Guestbooks
If you've ever wondered how to build a simple forum in PHP/Mysql, this simple tutorial will give you the basics of how to post and reply to threads and display messages.

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

PHP Emailing
Basic HTML newsletter in PHP/MYSQL
PHP / Emailing
This tutorial will teach you how to make a simple newsletter in PHP/MYSQL with account activation. This will require PHP that is not running in SAFE_MODE or PHP that at least allows the sendmail function(duh, you can't send mail without this enabled).

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

 
Site Search

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