-
Category:
Web Developer's Tutorials/PHP
... will take place under the aegis of PHP's very cool file manipulation API, which allows you to view and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents ...
Sunday, 30 September 2007
-
Category:
Web Developer's Tutorials/PHP
... news. The application should offer the user a web-based interface to add or delete news
feeds. This interface will use PHP's SQLite API to run appropriate SQL queries on the
SQLite database file and ...
Sunday, 30 September 2007
-
Category:
Web Developer's Tutorials/PHP
... in order.
In the days before SimpleXML, there were two ways of processing XML documents. The first,
SAX or the Simple API for XML, involved traversing an XML document and calling
specific functions ...
Sunday, 30 September 2007
-
Category:
Web Developer's Tutorials/PHP
... the only thing that makes PHP so popular. An easy-to-use XML API and new exception handling mechanism (in PHP 5), support for pluggable modules, and built-in session management are just some of the many ...
Sunday, 30 September 2007
-
Category:
Uncategorised Content
Made to work with the new YouTube API, this script will search in YouTube, and return an array of results with all the needed information of the clips. Here is a video demonstration or you can test it ...
Monday, 08 October 2007
-
Category:
Uncategorised Content
It only needs the input url, and works like this:
$vid = new BBHVideoData; $vid->getdata($theurl); $title = $vid->gettitle(); $desc = $vid->getdescription(); $player = $vid->showplayer();
That's ...
Sunday, 05 August 2007