Browse a Listing
Top > PHP > Scripts and Programs > Development Tools > Libraries and Classes
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
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 All!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 20, 2007 Hits: 103 Rating: 5.00 Votes: 1
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
The class increases the timelimit for script-execution (if safe-mode is turned off), prevents a browser-timeout by sending pieces auf the progressbar to the browser and gives the user live-feedback on the progress of the running operation.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Apr 24, 2007 Hits: 7 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This class can be used to manage a stack of data values.
It can push and pop values of arbitrary types from the top of the stack.
The class can also search for data values on the stack. If the specified value is found, the value position on the stack is returned.
The class peek values from the stack, i.e. retrieve a value from the top of the stack without removing it.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Jul 30, 2007 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
This class can be used to manipulate MySQL database table records.
It can perform SQL queries SELECT, INSERT, UPDATE and DELETE from arguments defined programmatically.
The arguments define the tables to query, fields, WHERE and ORDER BY clauses.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Sep 1, 2007 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
This package can be used to register event handlers and trigger the execution of actions when an event occurs.
There are several classes that take care about registering objects that process events, trigger the execution of actions when an event is triggered, retrieving detailed information about the events
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Dec 25, 2007 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Micro Trace helps you to include trace messages into your PHP code. You can easy switch on and off debugging informations, select whether it should display or write into a logfile. You can use log leveles.
Installation is quite easy, just include the file into your php code and you can use the logError, logWarning, logInfo functions.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Feb 20, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR