Wednesday, December 10, 2008

Paypal Integration PHP class

1. A php class for integrating paypal in your site

2. Instant payment notification (IPN) verification method.

3. Testing (Sandbox) and live environment

4. A log file will be used for IPN result.

5. Debugging Options


To download the source code, Click here...

Sunday, November 23, 2008

Simple Google Site Map Generator PHP class

1. This class can be used to generate site page maps in Google site map XML format.

2. It can add individual URLs or lists of URLs that may optionally define the last modification date, change frequency and priority.

3. The class may generate a site map XML as part of the current script output or store it in a given file.



To download the source code, Click here...

A php class for generating charts using Google Charts API

1. This class can be used to generate charts using the Google Charts API.

2. It generates the URL with all the parameters of a chart image to be generated by the Google Chart API.

3. Currently the class supports generating the URL for defining charts of types: line, bar, pie, Venn and scatter.

4. It supports configuring the chart markers, title, image width and height, line, axis, grid lines, legend, labels andbackgroundfill.


To download the source code, Click here...

A php class for coverting from XML To Array

1. A complete php class for converting xml to array

2. This class can be used to parse XML documents.

3. It parses the XML document from a file or string, and builds an nested array with nodes for each document tag.

4. Example is provided with code. Have fun!

To download the source code, Click
here...

PHP mysql DB Operations Class

This class is a wrapper around MySQL databases to execute most type of database SQL queries.It can:

- Connect to MySQL server and select database to work with

- Delete records from a table using and without using the where clause

- Update records of a table

- Drop a table from a database

- Create a table

- Insert values into a table

- Show all tables in a database

- Show all databases

- Fetch and display all records from a table

- Close database connection


To download the source code, Click here...

Graph Drawing PHP Class

1. Class to draw line, point, area, and bar graphs.

2. Can use left and/or right hand y axis for text. Positive and negative values accepted.

3. X axis can be numeric, with zero axis support.

4. Refer to examples, as well as source code, for illustration of use.

5. Requires GD and TTF support. Tested on PHP4.0.4pl1.

To download the source code, Click here...

Monday, November 3, 2008

Detecting bounce email using PHP

1. A complete php class for detecting bounce email

2. Find POP3/IMAP bounce email using php IMAP funciton.

3. Allow POP3 email account Or Unix smtp file path.

4. Necessary all methods are provided

5. Easy to use.

6. Easy to integrate with other script

7. Provide the POP3 account information and run the script to get the bounced email address

8. Delete others emails after checking the inbox each time

9. It can be used in Email marketing web site like phplist

10. Example is provided with code. Have fun!

To download the source code, Click here...

Date time Manipulation using PHP

1. Mysql date time operation using php function.

2. A complete PHP class for manipulationg date time.

3. Necessary all methods are provided

4. Date addition (date add) function.

5. Date Subtraction funciton

6. Date format consider mysql default format

7. Calculate number of days of selected time period

8. Find each days of a specific month

9. Timestamp to string formated date conversion

10. Example is provided with code. Have fun!


To download the code click here

Calculate local time using PHP

1. Each time zone is identified by a unique zone id and local time will be calculated using this unique zone id.

2. A complete PHP class for calculating local time.

3. Necessary all methods are provided

4. Consider day light saving for the zone if it is applicable.

5. All zone information is stored in array. So no database is required

6. Easy to integrate with other script

7. All time zone names, their stand name and time offset are listed

8. Easy to calculate local time and stand name. If standard name is not available for particular time zone, it will return GMT time offset.

9. Example is provided with code. Have fun!


To download the source code click
here....