93. Winner of PHP Programming Innovation Award of the year announced
Updated on: 2012-02-09
Posted on: 2009-04-21
The winner of PHP Programming Innovation Award of 2008 was announced.
Now there is also a ranking of the innovation award of all time that considers the score of each author since the award started in 2004. There are also new rankings of author countries for each year and all time.
Cesar Rodas won the 2008 award. Here he gives an interview telling about many good things that happened since he won last year. He also shares his secrets to contribute so many innovative classes appreciated by the users that voted on them and made possible to win the 2008 award.
More ...
Post a comment
See comments (4) Trackbacks (1)
Now there is also a ranking of the innovation award of all time that considers the score of each author since the award started in 2004. There are also new rankings of author countries for each year and all time.
Cesar Rodas won the 2008 award. Here he gives an interview telling about many good things that happened since he won last year. He also shares his secrets to contribute so many innovative classes appreciated by the users that voted on them and made possible to win the 2008 award.



1. How Can PHP Read Email Inbox for Inbound Mail Processing and Have PHP Process Incoming Email
Updated on: 2017-05-26
Posted on: 2009-04-21
Blog: POP3 e-mail client package blog
Package: POP3 e-mail client
Some PHP applications need to process incoming e-mail messages, for instance to handle customer requests sent by e-mail.
Using a POP3 or IMAP mailbox is a very reliable and platform independent solution.
This article explains how to handle incoming e-mail using a POP3 client script and compares it with other solutions that depend on the local mail server type.
More ...
Post a comment
See comments (98) Trackbacks (0)
Using a POP3 or IMAP mailbox is a very reliable and platform independent solution.
This article explains how to handle incoming e-mail using a POP3 client script and compares it with other solutions that depend on the local mail server type.



1. PHP Mail Alternative Setting PHP SMTP Server to Use Gmail, Hotmail or Yahoo
Updated on: 2017-04-24
Posted on: 2009-04-15
Blog: MIME E-mail message sending package blog
Package: MIME E-mail message sending
Sometimes it is not possible or it is inconvenient to send e-mail with scripts using the regular PHP mail() function.
An alternative solution consists in using your ISP or a third party SMTP server to relay your messages.
This article explains how to send e-mail with PHP relaying your messages to SMTP servers of Gmail, Hotmail or Yahoo.
More ...
Post a comment
See comments (21) Trackbacks (0)
An alternative solution consists in using your ISP or a third party SMTP server to relay your messages.
This article explains how to send e-mail with PHP relaying your messages to SMTP servers of Gmail, Hotmail or Yahoo.



92. Running PHP on Google App Engine
Updated on: 2009-06-14
Posted on: 2009-04-14
This is a small article to tell about an experience that a PHP developer carried to successfully run a PHP application on Google App Engine.
More ...
Post a comment
See comments (7) Trackbacks (2)



91. Avoid being blacklisted for spam you did not send
Updated on: 2009-06-14
Posted on: 2009-04-01
If you ever tried to send e-mail messages that never seem to reach the destination, don't blame PHP limited built-in mail capabilities!
You may be victim of having your mail server blacklisted for SPAM that you never sent.
This article explains a situation that may cause innocent mail servers to be blacklisted very easily.
Other short news mention a PHP IDE survey, how to follow the latest package blog posts by RSS or on Twitter, and an upcoming update of the site privacy policy.
More ...
Post a comment
See comments (28) Trackbacks (0)
You may be victim of having your mail server blacklisted for SPAM that you never sent.
This article explains a situation that may cause innocent mail servers to be blacklisted very easily.
Other short news mention a PHP IDE survey, how to follow the latest package blog posts by RSS or on Twitter, and an upcoming update of the site privacy policy.



90. Blogs for class packages
Updated on: 2012-02-09
Posted on: 2009-03-05
The PHPClasses site is launching a new feature that allows authors to publish interesting articles about their classes in specific blogs that are being made available for each class.
The site main blog is also open to every user for submissions of articles of general interest to the PHPClasses site users.
Compensation will be made available to top contributors.
More ...
Post a comment
See comments (0) Trackbacks (0)
The site main blog is also open to every user for submissions of articles of general interest to the PHPClasses site users.
Compensation will be made available to top contributors.



89. Quickly importing data from CSV file into PHP applications
Updated on: 2009-06-14
Posted on: 2009-02-21
In this article you may learn how to quickly import data from CSV files into your application with help of PHP.
It also covers a tool that provides a Web based user interface for importing CSV data into a MySQL database table with support for mapping CSV columns into arbitrary MySQL database table columns.
More ...
Post a comment
See comments (17) Trackbacks (0)
It also covers a tool that provides a Web based user interface for importing CSV data into a MySQL database table with support for mapping CSV columns into arbitrary MySQL database table columns.



88. Automating Backup Tasks Remotely with PHP and PECL SSH2 extension
Updated on: 2009-06-14
Posted on: 2009-02-18
This article teaches how to setup automated backup PHP scripts using the PECL SSH2 extension to copy files to a remote server.
More ...
Post a comment
See comments (5) Trackbacks (0)



87. 10 steps to migrate Web site servers with the least of problems
Updated on: 2010-02-25
Posted on: 2009-01-30
Sometimes you need to migrate a site between two servers. This article provides advice about which steps a server migration procedure should follow to prevent the problems that may happen.
More ...
Post a comment
See comments (8) Trackbacks (2)



86. 2008 balance and 2009 plans
Updated on: 2012-02-09
Posted on: 2008-12-23
This post gives a brief summary of the most important features implemented in the PHPClasses site in 2008.
It also presents several features that are planned to be implemented in 2009 and asks for your feedback about which features you would like to see implemented first.
More ...
Post a comment
See comments (15) Trackbacks (0)
It also presents several features that are planned to be implemented in 2009 and asks for your feedback about which features you would like to see implemented first.


