Categories
Tags → Php Is Array

PHP Script Tips - Creating Your Own Functions

A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are: Ho...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

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

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

Node Tree

Node Tree is written for PHP and tested on Java-Script enabled browsers. Node Tree handle expandable tree lists based on a hierachical array like Microsofts Explorer. The information, which node is opened, closed or choosed is posted by HTML fo...
DETAILS

Page:
©2003-2019 jCay.com