Menu

How to Create Zip File in PHP Example

PHP By Jun 14, 2014 1 Comment

Downloading multiple files at a time is a mess and we face this situation many times. Creating Zip using php can help you to overcame from this situation. In this tutorial we will discuss how to create zip file in php. For using zip we have php class ZIPArchive which we are going to use. We will follow some steps…

How to Make Website Run Faster Using Gzip

PHP By Jun 10, 2014 2 Comments

Making website which run faster is everyone dreams and everyone want this to do. Earlier we have posted 2 articles regarding the GZIP Compress for PHP and CSS. You can check them here How to compress PHP using GZIP and How compress CSS using GZIP. Today we are putting using the HTACCESS for doing this and after using it your…

Create Thumbnail Image Dynamically Using PHP

PHP By May 28, 2014 No Comments

Create Thumbnail PHP Script Hello friends earlier we have created the CAPTCHA code example using PHP today here i am putting the tutorial for Create Thumbnail Image Dynamically Using PHP. creating Thumbnail using PHP is very easy and useful in your many projects or applications. You dont have to worry that how you will create thumbnails for gallery just use…

Moto E Review | Motorola E Launched in India 1 GB RAM @ 6999

Mobile By May 13, 2014 No Comments

Moto E Review(Motorola E)   After the huge success of Moto G Motorola celebrating the entry in India again. Now Motorola is going to launch Moto E a low cost 1 GB RAM Android Smartphone based on 4.4 Kitkat OS is going to launch at Rs 6999. With a dual core Qualcomm Snapdragon 200 A7 processor that clocks at 1.2…

Motorola Moto X Reviews | Moto X Specifications

Mobile By Apr 10, 2014 No Comments

After purchasing Motorola; Google launched its first smartphone Moto X. With the Moto series, Motorola aims at grabbing the market again. Moto X is a high price smartphone of Motorola and therfore is expected to deliver some great features and it surely does. Moto X has a 4.7 inch HD resolution super AMOLED capacitive touchscreen with 316 ppi pixel density….

Retrieve Data from Database in PHP Display in Table Format

PHP By Apr 08, 2014 No Comments

Hello friends yesterday i was helping some guy at a website. He want to know that how to Retrieve Data from Database in PHP Display in Table Format. So this tutorial is all about getting the values from database and showing it over the website in table format. This is very simple and easy tutorial. Lets suppose we have a…

How to Use Bulk SMS API PHP | Bulk Message API

PHP By Feb 27, 2014 No Comments

Bulk SMS API PHP Bulk SMS is not a new concept and these days use of Bulk SMS is increasing. In these days Schools, Colleges, Banks and other institutions depends on Bulk Messages for rotating their information to their clients or students or customers. Use of bulk sms is more because of its cheap rate and prompt response. Today this…