Categories
Tags → Array Php

datLib

datLib contains Class Methods that help simplify common programming functions that PHP programmers use in their development process when building web based applications. These include calculating dates in different formats; server and user informatio...
DETAILS

SimpleBytes SimpleTrace class

SimpleTrace is an open source PHP class designed to help developers with the task of debugging and analyising script runs. The class allows you to output messages to a number of different formats for analysis at run time or at a later date. As Simple...
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

FilTpl - Filnet Template

The script process recursively a template (given as a string) and a data structure (given as a tree of array of arrays). Syntax is the same as phplib , but behaves better on loops or optional blocks embedded. I developped it because I was tir...
DETAILS

How to Find the Current URL with PHP

The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the query string. For example, take the URL http://www.example.com/ex ample/page.php?name=Bob: 1. The domain name: www.example.com; 2. The ...
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

Simple PHP Apache log parser

This is a simple PHP Apache log parser. It makes a list of IP, User Agent, Status code, ect. and puts it in an array for you to use.
DETAILS

phpInsider''s XMLParser

This library assists in parsing XML documents into generic PHP arrays. Also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds.
DETAILS

SLLists - Scriptaculous Lists with PHP

A PHP-based wrapper around the scriptaculous javascript library that makes it trivial to add drag-and-drop sorting to lists or any other HTML element. Helper functions to take the result of sorting and return it in a simple PHP array to enable easy ...
DETAILS

CXS - Compact XML Serialization

CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectiv...
DETAILS

Page:
©2003-2019 jCay.com