Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

PHP Subcategories

Beginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays |

Sending MIME email in PHP
PHP | Views: 6 |
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. The ensuing few pages explain the basics of MIME

Sending Mail With PHP3
PHP | Views: 2 |
Server scripting languages like Lasso and Java servlets make sending mail so complicated that you'd rather avoid it at all costs. Until recently, I have been relying on a cheap (read "free") perl script from cgi-resources.com, but I want to be able to do

Email Forms in PHP
PHP | Views: 1 |
Itching to get started with PHP? Recent convert Dan Ball shows you the basics of PHP scripting by way of a simple Email submission form

Advanced email in PHP
PHP | Views: 1 |
Kev leaves no stone unturned as he explores the obscure features and untapped capabilities of PHP's mail functions, sending HTML email, mixed messages, and file attachments with PHP