Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

eexit/listing

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Listing

A very basic PHP script to list files within a directory. Useful to share a FTP directory with only a code snippet. PHP code is old because I use these scripts on shared hosting servers which have 5.1 PHP version.

Usage

<?php
require_once 'Listing.php';
echo new Listing('directory');
?>

Extension

MusicListing is a very small extension of Listing:

<?php
require_once 'Listing.php';
require_once 'MusicListing.php';
$music = new MusicListing('music_directory');
$music->playlist();
echo $music;
?>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages