PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Ondrej Maly   MP3 Jukebox   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: main page
Class: MP3 Jukebox
Serve play lists to implement a Web based jukebox
Author: By
Last change:
Date: 18 years ago
Size: 98 bytes
 

Contents

Class file image Download
<?php
require_once ( "class.mp3_radio.php");

$radio = &new mp3_radio();
$radio->play();
?>