tutorials

Sponsors
Partner Sites

Showing 13134 Tutorials


PHP email form script tutorial
This article breaks down the coding behind stargeeks popular email contact form script.
PHP Tutorials > Email Systems
 
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.
PHP Tutorials > Email Systems
 
Sending emails in PHP
This is an introductory tutorial to teach you how to send emails via PHP. It is quick and easy and aimed for beginners.
PHP Tutorials > Email Systems
 
The 'make your own php mail form' tutorial
This is a recipe for a simple yet powerful' mail form. Perfect for beginners. Your address will neither be visible on any page nor detected by spambots. You will receive the mail marked as coming from the form, and your guest will automatically receive a.
PHP Tutorials > Email Systems
 
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 th
PHP Tutorials > Email Systems
 
mail() Function
This tutorial goes over the very basics of using the mail() function in PHP. Its a useful feature of PHP and allows people to send e-mail using pure code.
PHP Tutorials > Email Systems
 
Sending email using CDONTS
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It"ll show you how to send html mail, attachments and of course plain mail.
PHP Tutorials > Email Systems
 
Sending email using CDONTS
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It"ll show you how to send html mail, attachments and of course plain mail.
PHP Tutorials > Email Systems
 
Mailing list manager
Learn to make a mailing list manager for our site and its users.
PHP Tutorials > Email Systems
 
PHP email form script tutorial
This article breaks down the coding behind stargeeks popular email contact form script.
PHP Tutorials > Email Systems
 
E-Mail Address Hiding - Fight Spam at the Source
This HOWTO shows some ways of how you can fool email spiders to not detect published email addresses.
PHP Tutorials > Email Systems
 
Send email using the PHP mail() function
How to send an email from within a PHP page using the built in mail() function.
PHP Tutorials > Email Systems
 
Mail on 404
A simple snippet of php code to insert in your custom 404 error page. It will send an e-mail when a visitor encounters a 404 page and certain conditions are met. The tutorial explains how the script works and where to insert the code.
PHP Tutorials > Error Handling
 
Custom Error Handling with PHP
Custom error documents are a valuable tool to have. Using this tutorial you"ll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server Error. If
PHP Tutorials > Error Handling
 
Error Checking In Forms
Some basic examples of error checking in html forms such as a contact form, checking if all fields are completed or if two fields match, etc.
PHP Tutorials > Error Handling
 
Error Handling
Every website will encounter errors from time to time. Most sites will not have any error handling in place and the visitor will most likely receive a cryptic programming error. This can turn visitors away as they don't know what is happening. The way aro
PHP Tutorials > Error Handling
 
Javascript alert using PHP
Create a javascript alert function within PHP so you can call it.
PHP Tutorials > Error Handling
 
Custom 404 Error Page With Email Notification
A tutorial that shows you how to set up your site so that you receive an email whenever a visitor encounters a file not found error. Can easily be adopted for other errors such as 400 (Bad Request), 401 (Authorization Required), 403 (Forbidden), and 500 (
PHP Tutorials > Error Handling
 
Multiple pages of data from a text file
This is a basic tutorial that will show you how to generate multiple pages of data from a txt file.
PHP Tutorials > File Manipulation
 
Viewing data in a file using PHP
Learn how you can display data from a file in a simple but efficient manner, it doesn't get much easier!
PHP Tutorials > File Manipulation
 

« 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 50 51 52 53 54 55