Active Articles: 2038
Total Categories: 16
Sub Categories:616
Fighting Spam | ||||||||
Anti-Spam Coalition will show you how to protect your inbox as well as semi-actively fight back spammers. You can contribute by linking to antispamcoalition.org or install our simple PHP script. There are two versions available, basic and advanced. Both are included in the zip file. For more information, visit antispamcoalition.org ... learn more
| ||||||||
| ||||||||
Building a Secure Contact Form | ||||||||
A contact form or an email form is often a critical part of a website, in allowing users to contact you regarding one or more issues. This article aims to help you produce a secure contact form, and at the same time, try to reduce the amount of spam you will receive from it. ... learn more
| ||||||||
| ||||||||
PHP HTTP Mail | ||||||||
Most mail readers are HTML compliant these days. I had a client that needed to send HTML. It turns out a number of sites have it wrong. Here is some code that works. ... learn more
| ||||||||
| ||||||||
Simple HTML mailing list | ||||||||
This tutorial will show you how to make a double opt-in email list with activation. It will also show you how to delete emails and send emails to the list. ... learn more
| ||||||||
| ||||||||
Using function mail() in windows xp | ||||||||
mail() function is one of important function in php, simply to use in hosting environment. The problem come for beginner who want to test mail() function in their windows xp. This guide will show step required to install mail server in windows xp to interact with mail() function. ... learn more
| ||||||||
| ||||||||
Creating a simple mail sender class with PHP | ||||||||
In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder. ... learn more
| ||||||||
| ||||||||
Simple and secure mail function based on php mail() | ||||||||
Contains useful arguments (from, to, subject, text) and protection from malformed headers. Also, there is a simple mail form example. ... learn more
| ||||||||
| ||||||||
Email Activation in PHP | ||||||||
Creating your own user registration system allows you to obtain interesting information about the visitors to your site. shows you how to send email activations to users email address's. ... learn more
| ||||||||
| ||||||||
PHP Email Form Easy | ||||||||
PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website. ... learn more
| ||||||||
| ||||||||
HTML E-mail | ||||||||
Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script. This article explains how. ... learn more
| ||||||||
| ||||||||
Sending MIME email in PHP | ||||||||
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages and then ends with a working class implementation of sending MIME complaint email in PHP. Note that references ... learn more
| ||||||||
| ||||||||
