Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 10 View Live
↧

DevShed: Retrieving Information on Selected Files with a PHP 5 File Uploader

DevShed has continued their series (here's part one) looking at the use of file uploading in your PHP scripts. They build on that foundation and add in some more useful features this time: The initial...

View Article


DevShed: Sending MIME Email with PHP

In this new tutorial on DevShed Alejandro Gervasio explains how to send emails from PHP with MIME payloads attached. One of the most common tasks that a PHP programmer has to tackle is the development...

View Article


DevShed: Handling Attachments in MIME Email with PHP

DevShed has posted the second part of their series looking at handling MIME attachments in PHP generated emails today. This time they focus on the modification of their PHP4 class to make sending the...

View Article

Eran Galperin's Blog: Handling mail and mime in PHP using the Zend Framework

On the Techfounder blog (from Eran Galperin) there's a quick tutorial about using the Zend_Mail component of the Zend Framework to send both normal, plain-text emails and ones with MIME attachments....

View Article

DevShed: A Better Way to Determine MIME Types for MIME Email with PHP

Continuing on in their look at sending MIME emails with PHP, DevShed has posted a better way for you to determine the correct MIME type of the file you're wanting to send (third part of the series). I...

View Article


DevShed: Composing Messages in HTML for MIME Email with PHP

DevShed continues its look at sending MIME emails with PHP in the fourth part of the series - a method for sending HTML in the message. In this article, I'm going to show you how to provide the MIME...

View Article

DevShed: Migrating Class Code for a MIME Email to PHP 5

DevShed has finished off their series looking at sending MIME emails with PHP in this new tutorial, moving the current code from the previous parts up to a fully PHP5 state. While this mailer class...

View Article

NETTUTS.com: How to Open Zip Files with PHP

The NETTUTS.com site has a new tutorial/screencast posted looking at their method for opening up uploaded zip files with PHP: ThemeForest has a nice feature; It allows the authors to upload zip files...

View Article


Sameer Borate's Blog:Pushing xpi mime content from php

In this new post to his blog, Sameer shows how you can push content with the xpi content type out from your PHP scripts (for things like a Firefox toolbar/extension). A couple of days back I created a...

View Article


Christian Weiske's Blog: A MIME type for .php files

Christian Weiske has a recent post to his site looking at something most PHP developers don't even think about when serving up their scripts - the MIME types for PHP files. While setting some svn...

View Article
Browsing latest articles
Browse All 10 View Live