PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Pierre Marceau   funWithMP3   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: :)
Class: funWithMP3
Access your MP3's
Author: By
Last change:
Date: 22 years ago
Size: 329 bytes
 

Contents

Class file image Download
<?php

// Place example.php (this file) and
// funWithMP3.inc.php in a directory
// on your webserver. Put a few mp3's
// in the same directory. Point your browser
// at example.php
//
// Questions and comments welcome.
// pierre@skynet.ca

include "funWithMP3.inc.php";
$music = new funWithMP3;
$music->main();
?>