looking for a decent youtube php class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    looking for a decent youtube php class

    Anyone got one? or have a url for one?
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • Killswitch - BANNED FOR LIFE

    #2
    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.

    Comment

    Working...