Mail Parser

Package:
Summary:
Retrieve and parse messages from IMAP mail boxes
Groups:
Author:
Description:
This class can be used to retrieve and parse messages from IMAP mail boxes.

It can access a mail box stored in an IMAP server and parse it to extract message body parts and attachments into local files.

The class can retrieve messages by identifier, subject, received date, sender address or unread status.


WorldCat XISBN

Package:
Summary:
Retrieve book information using WorldCat xISBN API
Groups:
Author:
Description:
This class can be used to retrieve book information using WorldCat xISBN API.

It sends requests to the WorldCat xISBN Web services API to retrieve several types of information about books like:

- Getting metadata of a given book
- Getting all editions similar to a book with a given ISBN
- Convert between ISBN 10 and 13
- Fix the checksum of a given ISBN
- Guess the publisher area of a given book


Data base utility class

Package:
Summary:
Execute MySQL queries from lists of parameters
Groups:
Author:
Description:
This class can be used to execute MySQL queries from lists of parameters.

It can execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, values and conditions.

The SELECT queries return results in arrays.


Table Constructor

Result screenshot. json-file
Package:
Summary:
Display an HTML table from array, JSON or XML
Groups:
Author:
Description:
This class can be used to display an HTML table from array, JSON or XML.

It can traverse data from an array and generate an HTML table that displays that data.

It can also read data from a JSON or XML file and convert it into an array so it can also be displayed in an HTML table.

1. Simply to use
new Table ($data); // work with array
new Table ('data.json', 'json-file');
new Table ($json_string, 'json'); // work with json-string
new Table ('data.xml', 'xml-file'); // work with xml-file
new Table ($xml_string, 'xml'); // work with xml-string
2. Universal: array, xml, json
3. Quick


nishant0909

Even SiliconIndia is giving an online course on "PHP", they are doing a great job. Its an unique model. I am a student of it in fact. If you get time just check out the model

[Free] New PC Emulator: Run Another Operating System on top of Your Existing One

A novel new PC emulator has been added to the Free x86 / PC Emulators and Virtual Machines page. For those who don't know what that means, emulators and virtual machines let you run a completely new system (like Windows or Linux) on top of your existing one (like Mac OS X, Windows or Linux), thus allowing you to run things that cannot normally run on your system. It is also used by many people to safely test programs that they don't dare install on their main system (in case it disrupts operations).

PHP OOIM

Package:
Summary:
Manipulate images in several ways
Groups:
Author:
Description:
This class can be used to manipulate images in several ways.

It can load a given image file in JPEG, GIF, PNG, BMP or XBM format and apply one or more image processing operations. Currently it supports the following operations:

- Scaling
- Cropping
- Adding a watermark
- Draw lines or boxes
- Filling white space with a color

The processed image can be saved to a file or displayed as the current script output.


List Control

Package:
Summary:
Display a form select input from an options array
Groups:
Author:
Description:
This class can be used to display a form select input from an options array.

It takes an array with a list of text values and displays an HTML form select input.

The class may also get the value of the select input of submit form POST request.


Powered by Gewgley