Categories

Updated: 04/17/2005

Absolute Include

A small but useful wrapper function for include(). It allows the same include statement to be used in all the files in a website, regardless of which folder they are located in. This is handy for sites that are hosted on servers that have PHP open_basedir protection enabled. This tends to cause calls like include(&"/folder/file.inc&"); to generate error messages.
Similar Scripts for "Absolute Include"

PHP Avatars/Emoticons List

This PHP script is an ikonboard addon. It will help you to more easily manage avatars and emoticons. Features: Allow file upload from web, Sort your files alphebatically, Mouseover color change, Different color cells, and File status info including i...

Easysite

Easysite is a program entirely written in PHP that allows you to create your web site fast and easy. Once you create the content of your site, Easysite automatically builds your entire Web site using templates. The program looks for existing director...

Inline PHP API Documentation

The purpose of this tool is to parse PHP source files and generate API documentation in HTML. It allows you to scan the specified PHP source files (given directories are searched recursively) and writes HTML files to the specified output path.

Creating a Photo Gallery

This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information ...

PHP Fileupload Class

fileupload-class.php extends PHP''s built in file upload features, allowing users to easily and safely upload files to a web server using their browser. REQUIRES PHP 5+ Features: * Handles single or multiple files * Specify maxim...
©2003-2008 jCay.com