View Single Post
Old 11-07-2009, 11:34 AM  
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
What do you want the YouTube PHP class to do?

Code:
<?php
class YouTube {
public $msg = null;

public function YouTube($msg)
{
    echo $msg.' - related from YouTube PHP class.';
}
}
?>
There ya go.
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote