logo logo
How to Get Video Thumbnail and Duration Using Mplayer and PHP
Mplayer is a free and open source media player that available for all major operating systems including Windows, Unix and Mac OS X. Basically Mplayer is...
How to Empty All Tables in a MySQL Database with PHP
This is a simple PHP script to empty all tables in a MySQL database. This script first will list all tables in a database using ‘SHOW TABLES‘...
How to Create Scrollable Image Slider Using JavaScript
Scrollable image slider  is one of the interesting features in the image gallery application. This allows us to display thumbnails in the form of slides...
How to Crop Image Using JavaScript and PHP
Image cropping is a usefull feature in web application that allows user to crop an image on a web page and save it for later use. This feature is...
How to Create Facebook Application with PHP for Beginner
Facebook is the fastest growing social networking application that currently has more than 350 million active users. One of it’s key features is...
How to Zip Files or Folder On The Fly Using PHP
Sometimes in web programming when dealing with multiple files or directory download operations, it is better to serve the user with a single zip file...
How to List A Directory Contents Using PHP (Recursive)
To list contents of a directory is simple in PHP, just use three PHP directory functions, opendir,  readdir and is_dir. The code: <?php function...
How To Define Global Absolute Path in PHP
A path is general form of a filename or directory that specified a unique location in a file system. In web programming, a path  is used to define links...
Page 1 of 11
bottom