Categories

Updated: 03/12/2001

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.
Similar Scripts for "HTML E-mail"

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 a...

Flash and ASP Integration

Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. This tutorial explains how to use ASP in the creation of zippy, vector-based Flash co...

Pop-up Windows

JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-...

Templates, The PHPLIB Way

Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main...

PHP-browserdetecting script

This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is &"OtherBrowser&") and include different html Web pages for different browser types using PHP.
©2003-2008 jCay.com