Menu
Tag

php

Create JSON From PHP Array Using Mysql and Post Values in Form

Jquery, PHP By Oct 11, 2014 No Comments

Hello today we will create the JSON from php Array. As now these days we are using jquery and ajax too much and we need it very often. You can read the whole json encoding at php official website. As json_encode(Array) expects parameter as Array. So here we will use the php array. Here i am creating the database and…

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…

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…

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…