http://code.google.com/apis/youtube/overview.html
What are the YouTube APIs and Tools?
The YouTube APIs and Tools open up a full range of YouTube functionality for web pages, software and devices. Users of the API can upload new videos, edit video metadata such as comments and favorites and modify user settings. Your client application can request a list of videos that […]
Archive for the ‘PHP’ Category
YouTube APIs and Tools
Apr
23
php installeren
Mar
6
Met drie opdrachten kan een php ondersteuning geïnstalleerd worden op ubuntu besturingssysteem
$ sudo apt-get install libapache-mod-php4
$ sudo /etc/init.d/apache stop
$ sudo /etc/init.d/apache start
Uitgebreide informatie:
Debian GNU/Linux installation notes
This section contains notes and hints specific to installing PHP on Debian GNU/Linux.
Using APT
While you can just download the PHP source and compile […]
