logo logo
How to Send Message to Google Cloud Messaging (GCM) Server Using JSON and PHP
Google Cloud Messaging (GCM) is a free service from Google that helps Android developers to send data from their servers to Android applications on Android...
How to Set Time Zone in PHP and MySQL
Sometimes when working with PHP-MySQL application, we have to explicitly set the time zone in our application in order to match the client’s time zone....
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 a...
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 that...
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 commonly used...
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 Facebook...
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 rather...
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 (url)...
Page 1 of 11
bottom