Categories
Tags → Php If Array

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

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

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

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

PHP Script Tips - Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array elements, identifying elements by keys and indexes, copying arrays: What Is an Ar...
DETAILS

PHP Script Tips - PHP Built-in Functions for Arrays

A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays. Special topics are: ...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

ABG_IniParser

ABG_IniParser A PHP 4 script to handle INI type files - Multi-dimensional array to hold structure - Full check of file access (existence && writability) - Check of Section/Item existance with optionnal ...
DETAILS

Finding Items in an Array with PHP

This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as &"Apple&" and &"Orange&" then show you how to use PHP to find o...
DETAILS

PHP5 Calendar

PHP Calendar is a plug-in script written in PHP5 that a webmaster can easily integrate in an existing web-based Information System. It enables the user to easily navigate and select dates. If an array of data is passed to the calendar, it can also ga...
DETAILS

PostIt

This is a small PHP script that takes an associative array and a URL. The array is URL-encoded and then POSTed to the URL. If the request succeeds, the response, if any, is returned in a scalar array. Outputting this is the caller''s responsibil...
DETAILS
©2003-2019 jCay.com