Categories
Tags → Files In Php

directory indexer

Directory indexer allows you to display a sorted listing of subdirectories and files within a directory. File sizes and last-modified timestamps are provided for all files, which are sorted alphabetically first according to extension and then by file...
DETAILS

Creating PDF Files in PHP

This is a nice step-by-step article on how to create/modify PDF files in PHP dynamically.
DETAILS

Team development method for PHP

This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single ''selector'' file, Database abstraction layer, Embedding PHP, and Separation to files by functionality. To illustrate the ideas ...
DETAILS

HTMLSpinnr''s Photo Display

Based on Martin''s Photo Frame, this script takes jpg images from a directory and displays them in a neat and orderly fashion. This script will automatically generate thumbnails using a seperate frame, and depending on the size of the original, ...
DETAILS

SG Oneliners

SG Oneliners is an oneliner program written in PHP that uses a flatfile database. It consists of only 2 files (plus the flatfile database which is created the first time you load the page), and there is no required configuration. If desired, you can ...
DETAILS

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...
DETAILS

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...
DETAILS

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.
DETAILS

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 ...
DETAILS

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...
DETAILS

Page:
©2003-2019 jCay.com