Zend Certified Engineer

phpguru.org

Quality PHP, Javascript and C# code
Download RGraph: HTML5 canvas graph library... Home ~ Downloads ~ FAQs ~ Licensing
RSS Feed RSS Feed
Follow me on Twitter Follow me on Twitter

Articles

HTML5

Javascript

PHP5

PHP4




Bookmark with delicious Stumble! this site tweet this site Buzz this!

POP3 class

This class provides an interface to the POP3 protocol with full support including APOP authentication. It provides both command based methods (eg _cmdUser() )as well as more abstract methods (eg getMessage() ).

Documentation is provided in the form of an example script which demonstrates all of the abstract methods

This class is available here. To use it successfully you will need to also have the Socket class, which you can obtain from PEAR. The POP3 class expects the Socket class to be in a folder called Net in your include path, so you may want/need to change the require_once() call at the top to suit your needs.



RGraph: HTML5 canvas graph library

Example graph made using RGraph

If you're interested in web development, then you may also be interested in RGraph: HTML5 canvas graph library. It uses HTML5 features to produce a wide variety of graph types. Because it moves the creation of graphs from the server to the client, it can significantly reduce the load on your server and your bandwidth usage.