Categories
Tags → Array Php

PHP Array Pagination

If you are looking for a solution to displaying page numbers from an array of items then this is the solution, all you need to do is include the small class file and then parse your array through the class and then handle the data like you would hand...
DETAILS

YouTube API PHP Class for Searches

Made to work with the new YouTube API, this script will search in YouTube, and return an array of results with all the needed information of the clips. This PHP script provides the following information for the clips found in YouTube: ID, Thumbnail,...
DETAILS

Micro Bar Chart

Micro Bar Chart is a small PHP script to display your statistic data. This version can display data in a horizontal bar form. Installation is very easy. You just need to include the file set an array with your data and call a function. The output sty...
DETAILS

PHPGraphLib - Lightweight PHP Graphing Library

PHPGraphLib is a PHP 4.3+ friendly object-oriented script that has powerful customization features, allowing you to generate the perfect bar graph for any application. Best used with dynamically data, PHPGraphLib allows easy visual interpretation of ...
DETAILS

OPML Parser PHP Class

This PHP class parses an OPML file (provided its URL) and returns an array with all the parsed data. This array contains, for each of the OPML file s elements the following attributes: link_url, link_name, link_target, link_description, link_rss, cre...
DETAILS

Array Merge And Replace

PHP provides a number of array merging functions but not one that does precisely this. What this will do is that it will add new values found in the new array if they don''t exist and update them if they do, performing this recursively if a sub-...
DETAILS

Parse html with preg_match_all

For the most of the PHP scripter which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for all others it s maybe hard to understand. The biggest difference between preg_match_all and the regular...
DETAILS

Bizzar''s phpAnti-Leech Script

With so many people stealing and hot-linking, don''t you want a quick and easy php script to prevent that from happening? This script uses URL variables (filename and subpath) to manage your downloads. There is no database required and no system...
DETAILS

XML 2 Array

The XML to Array PHP script takes the hard work out of constantly developing custom PHP code to parse an XML document. A simple call the the XML to Array function with the appropriate repeating level will call your user defined function to process th...
DETAILS

Proxy Detector

This class can detect if a visitor uses a proxy server by scanning the headers returned by the user client. When the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the array $_SERVER.
DETAILS

Page:
©2003-2019 jCay.com