PHP Tutorial

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.
Advanced » talkphp.com
Score(+): 0 | Views: 29 | Save it | Report it


Top 20 Similar PHP Tutorials

Sending emails with php

In this tutorial, we’ll see how the PHP server-side scripting language can be used to send email, and explore how to send complex message types such as HTML email or emails with file attachments.
General » ineedtutorials.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial

Widgets with the Zend Framework and Smarty

In this tutorial you can learn more about Widgets with the Zend Framework and Smarty
General » prodevtips.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

Learn how to make a CMS community whith Zend Framework
General » prodevtips.com
Score(+): 0 | Views: 83 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMS Community with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

Marrying the Zend Framework and HTML Ajax

What if you want to use some HTML Ajax without having to move code from the controller? The answer is that you have to be able to make instances of each controller. Start with the class you extend Zend_Controller_Action with
General » prodevtips.com
Score(+): 0 | Views: 62 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework Part 6

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework Part 6
General » prodevtips.com
Score(+): 0 | Views: 54 | Similar Tuts | Save it | View this tutorial

Sending SMS from your website

This article explains how to send SMS from your website using the ClickATell API and a PHP class.
Functions and OOP » blog.dta.ro
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Sending SMS Through HTTP

Find out how webmasters send single or bulk sms messages from their webpages.
General » depiction.net
Score(+): 1 | Views: 68 | Similar Tuts | Save it | View this tutorial

Sending Forgotten Password

This php tutorial shows you how to send password to members via e-mail address when they forgot their password
General » phpeasystep.com
Score(+): 2 | Views: 54 | Similar Tuts | Save it | View this tutorial

PHP Debugging with Zend Studio

In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the product, its various editions, the system requirements for running it, and other installation considerations.
Basics » developertutorials.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

The Framework Basics of Creating Multilingual PHP Applications using XML

This article will inform you on how many people go about creating multilingual websites, as from the title, the article will outline the lingual framework which then allows you to then introduce other languages with ease
Advanced » talkphp.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial