Categories
Tags → Class 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

URL Fetch - Extract Title, Description, and Keywords from URL

This PHP script extracts Title, Description, and Keywords from specified URL. It is using Client URL (curl) library to retrieve the web page and DOMDocument class to traverse HTML.
DETAILS

Experts-Exchange Fetcher

experts-exchange fetcher is a PHP class that takes a question as input and searches experts-exchange.com for the best match of the question and its answer. It retrieves the matching question title, the question description, the question code snippet ...
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

Working with Dates beyond 2038 in PHP4/5

A PHP Date Class Library for converting timestamps beyond the year 2038. This script can also perform a few String to Time functions.
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

PHP Data Cache Class

PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries e...
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

SMS2Impress version 1.1a

Do you run a website where response time is of the essence or maybe you re tired of waiting by your PC for those enquiries to arrive? With txtFromSMS you can receive instant notifications sent to your mobile/cell phone as soon as they arrive. txtFrom...
DETAILS

Page:
©2003-2019 jCay.com