Categories
Tags → Class In Php

PHP Current Weather Script

PHP Current Weather Script is a simple php class that grabs the current weather conditions based on the zip code you pass it. It uses the regex engine in php and grabs it from Weather.com. You can write output to a file for uses such as a cron jo...
DETAILS

Hotmail New Message Indicator

PHP Class that tells you how many new messages are in your inbox. Uses cURL and PHP to grab the number of new messages from any hotmail account when the username and password are supplied.
DETAILS

FeedBurner subscriber counter with Feedburner Awareness API

A FeedBurner subscriber counter with change indication using the Addicted to FeedBurner API PHP class and FeedBurner Awareness API. RSS Feed Statistics with PHP and FeedBurner Awareness API This function enables you to display your FeedBurner sub...
DETAILS

Easy pagination for your PHP applications

Download and learn how to use php pagination class in your web applications.
DETAILS

pChart

pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. Focus has been put ...
DETAILS

PHP Breadcrumbs Class

This is a little helper PHP class that will let you create and manage your breadcrumbs in an OOP fashion. Everything is very simple (as it always is when using Object Oriented Programing - uh-oh) and you should be able to figure it all out by reading...
DETAILS

mySQL database class compatible with PDO for PHP 4+

This is a mySQL database class, that allows you to run queries faster and supports prepared statements, just like PHP 5''s PDO, but working for PHP 4. It supports: - persistent connections; - raw query, just like mysql_query; - select func...
DETAILS

Page:
©2003-2019 jCay.com