Menu
Category

PHP

How to Create, Read, Update and Delete a Cookies with PHP

PHP By Sep 10, 2014 No Comments

As you know HTTP doesn’t remember anything as it is a stateless protocol. If we want to send information to another page than we have to use either session’s or cookies. In this below tutorial you get a quick look to Cookies and How we create, read, update and delete Cookies in PHP. Create Cookies with PHP For creating cookies…

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…

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…

Upload Image in MySql Database Using PHP Use Them in Table/Slider

PHP By Nov 17, 2013 5 Comments

Upload Image in MySql Database Using PHP Use Them in Table/Slider Upload Image in MySql Database in PHP this is the topic on which we will discuss today and learn it how to do it. In this tutorial we will see that how we will upload the image and save it in our image folder and save the image in…