Home arrow PHP
 

PHP HELP, PHP TUTORIALS, OBJECT-ORIENTED PHP5 PROGRAMMING

RSS For Dev Shed
PHP is an open-source, server-side scripting language used primarily for web development on Apache and the usual programming language in a LAMP environment. You can learn PHP programming with the content, tutorials and PHP help and tutorial examples from Dev Shed. The PHP language lets programmers create web pages with dynamic content that can interact with databases and provides an object-oriented structure via php5 for developers. This makes it very popular for developing any web based software applications. If you’re looking for PHP answers, look no further. You have it right here and in our PHP forums.

  Date Title Author Hits
  03-08-10 

The Reflection API: Working with Reflected Methods

Alejandro Gervasio 7681

This third part of a seven-part series explores the methods of the PHP Reflection API. You will learn how to take advantage of their functionality to retrieve useful information about the methods defined by a reflected class.

  03-04-10 

Using Restrictive Constructors in PHP 5

Alejandro Gervasio 8986

What exactly is a restrictive constructor, and why would you want to use one? If you're a PHP programmer who uses such design patterns as Singleton and Factory, this series of articles on restrictive constructors will give you another tool to use in your applications.

  03-03-10 

Getting Information on a Reflected Class with the Reflection API

Alejandro Gervasio 7143

In this second part of a series, I explore some handy methods of the PHP Reflection API. They allow you to retrieve miscellaneous information about a class, including its name and containing file, as well as its starting and ending lines.

  03-02-10 

Introducing the Reflection API in PHP 5

Alejandro Gervasio 14397

In this first part of a series, we'll begin exploring some of the methods included with the Reflection API bundled with PHP 5. The interface allows developers to collect relevant information about a reflected class, including its name, its declared constants and properties, in a extremely straightforward way.

  03-01-10 

Swift Mailer's Batchsend Method and Other Features

Alejandro Gervasio 7944

Welcome to the final part of a ten-part series that shows you how to use the Swift Mailer library to build email applications. This final part of the series will explain how to use the batchsend() method, and how to specify the Return-path MIME header within emails.

  02-25-10 

Embedding Attachments into Email Messages with Swift Mailer

Alejandro Gervasio 11911

In this ninth part of a ten-part series, you'll learn how to use a couple of methods provided by Swift Mailer to directly embed attachments into email messages. These can be very helpful when sending newsletters that contain numerous images, which you don’t want to be filtered and discarded by popular web-based email systems such as Hotmail and Yahoo.

  02-24-10 

Dynamically Attaching Files with Swift Mailer

Alejandro Gervasio 10501

In this eighth part of a ten-part series on the Swift Mailer email library, you'll learn how to attach files that have been dynamically generated to an email message. In addition, you'll see how to use Swift Mailer's "setFileName()" method to modify the name of an attachment before it's sent, which speaks for itself about this library's flexibility.

  02-23-10 

Using Different Paths for Attachments with Swift Mailer

Alejandro Gervasio 6648

Welcome to the seventh tutorial of a series on Swift Mailer. Comprised of ten parts, this series introduces you gently to using this thorough PHP5-based email package. It complements the corresponding theory with numerous code samples that you can incorporate into your own PHP applications.

  02-22-10 

Handling Attachments and Sending HTML Email Messages with Swift Mailer

Alejandro Gervasio 11308

In this sixth article of a series I discuss how to handle file attachments and sending HTML email messages with the Swift Mailer library. As you'll soon see, performing these tasks is a very straightforward process.

  02-18-10 

Sending Blind Carbon Copies with Swift Mailer

Alejandro Gervasio 7011

This fifth part of the series expands your background in the Swift Mailer library. You will learn how to use it for sending blind carbon copies of a basic email message to a predefined recipient. The process is as simple as using its "setBcc()" method.

  02-17-10 

Using Swift Mailer's Cc MIME Header

Alejandro Gervasio 7811

In this fourth part of a series, you will learn how easy it is to send carbon copies of an email message with the Swift Mailer library. The secret is the use of its setCc() method.

  02-16-10 

Using Sendmail and Mail() with Swift Mailer

Alejandro Gervasio 11221

In this third part of the series, I explain how to configure Swift Mailer to work seamlessly with the “sendmail” Unix program and the “mail()” PHP function. This process is extremely straightforward, so you shouldn’t have any trouble understanding how it functions.

  02-11-10 

Using Different SMTP Transports with Swift Mailer

Alejandro Gervasio 9856

In this second part of the series, I develop a couple of examples that demonstrate how easy it is to send email messages by using different SMTP servers, thanks to the versatility provided by the Swift Mailer PHP library.

  02-10-10 

Introducing Swift Mailer

Alejandro Gervasio 14182

Do you want to build a complex email program in PHP that offers more control than the language's native "mail()" function? You may want to consider using the Swift Mailer email library. This multi-part series will walk you through some of its most useful features.

  02-01-10 

Speed up Web Page Loading Using Google Page Speed

Codex-M 27236

The easiest way to improve your website's conversions may have less to do with SEO and your content and more to do with how fast your pages load. Internet users have a short attention span, and won't wait for your pages to load when the next site is just a click away. Fortunately, you can fix your web page loading times with the help of Google Page Speed.

 
More PHP Articles
Total PHP Articles = 799

Page 12 of 54
9 10 11 12 13 14 15 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 7 - Follow our Sitemap

Dev Shed Tutorial Topics: