Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-07-07 08:58
Size: 98 bytes
 

Contents

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

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