Archive for August, 2009

SAMA_getFeeder

Friday, August 28th, 2009

Package:
SAMA_getFeeder
Summary:
Parse and cache XML documents
Groups:
Cache, PHP 5, XML reader
Author:
mohamed Ibrahim gaber
Description:
This class can be used to parse and cache RSS feeds or other types of XML documents.

It can retrieve and parse an XML document from a given file or remote URL. The parsed document is returned as SimpleXML object.

The class may also cache the remote document data in local files.


Tags: ,
Posted in Classes | No Comments »

S Upload

Friday, August 28th, 2009

Package:
S Upload
Summary:
Validate and process multiple uploaded files
Groups:
Files and Folders, PHP 5
Author:
sundowatch
Description:
This class can be used to validate and process multiple uploaded files.

It can validate one or more files uploaded using Web forms by checking whether they used one of the allowed file name extensions and whether the files do not exceed a given size limit.

The class moves valid uploaded files to a given directory. The class will create the directory if it does not exist.


Tags: ,
Posted in Classes | No Comments »

dbf2mysql

Thursday, August 27th, 2009

Package:
dbf2mysql
Summary:
Import data from DBF files into MySQL databases
Groups:
Databases, Files and Folders
Author:
Hermann Schimpf
Description:
This class can be used to import data from DBF files into MySQL databases.

It uses the dbase extension functions to open and retrieve data from DBF files.

The class generates a string with SQL statements to create tables in a MySQL database and insert rows with the data from the DBF files.

The generated SQL statements maybe displayed in a HTML page, served for download, or stored in a file.

The code and comments are in Spanish.


Tags: ,
Posted in Classes | No Comments »

PDO Singleton

Thursday, August 27th, 2009

Package:
PDO Singleton
Summary:
Database access singleton using the PDO extension
Groups:
Databases, Design Patterns, PHP 5
Author:
Wilson Gomes
Description:
This class implements database access singleton using the PDO extension.

It creates a instance of the PDO object that acts as a singleton.

The class provides functions to access a database using the PDO object for executing queries, retrieving the results and managing transactions.


Tags: ,
Posted in Classes | No Comments »

desistyle

Wednesday, August 26th, 2009

hg

Tags:
Posted in Free PHP Scripts | No Comments »

Mail Parser

Wednesday, August 26th, 2009

Package:
Mail Parser
Summary:
Retrieve and parse messages from IMAP mail boxes
Groups:
Email, PHP 5
Author:
Ashish Kumar
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.


Tags: ,
Posted in Classes | No Comments »

WorldCat XISBN

Wednesday, August 26th, 2009

Package:
WorldCat XISBN
Summary:
Retrieve book information using WorldCat xISBN API
Groups:
PHP 5, Web services
Author:
Robert van der Linde
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


Tags: ,
Posted in Classes | No Comments »

[Free] New Ecard PHP Script: Allow Your Visitors to Send Greeting Cards from Your Website

Wednesday, August 26th, 2009

I've added another free electronic postcard PHP script to the Free Electronic Greeting Cards PHP Scripts page. Such a script allows your visitors to send their friends electronic greeting cards from your site.

Tags:
Posted in Uncategorized | No Comments »

[Free] New Ecard PHP Script: Allow Your Visitors to Send Greeting Cards from Your Website

Wednesday, August 26th, 2009

I've added another free electronic postcard PHP script to the Free Electronic Greeting Cards PHP Scripts page. Such a script allows your visitors to send their friends electronic greeting cards from your site.

Tags:
Posted in Uncategorized | No Comments »

Data base utility class

Tuesday, August 25th, 2009

Package:
Data base utility class
Summary:
Execute MySQL queries from lists of parameters
Groups:
Databases, PHP 5
Author:
om prakash
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.


Tags: ,
Posted in Classes | No Comments »