Still many of you don't know how to use Ajax, some of you who know how to use it are using it by the old XMLHttpRequest() object. Do you know jQuery makes it really easy to make a Ajax request….
Category: PHP
-

Array in php
What is array in Php? An array is a collection of variable. A simple variable can store a single value whether it is a string type, integer type or boolean type variable. In an array you can store multiple values….
-

How to resize an image using Php
Php is a powerful language. If you are thinking whether Php supports image processing like the other language Java, C# etc. than i must tell you, YES! Php have a powerful image processing library called as Php GD Library which…
-

Send Email with or without attachment by using PHP
These days E-mail is the powerful way of communicating with each other without spending a single buck. If you are a Php developer and wish to send e-mail by using Php then you are at the right place. Here i…
-

Get URL of current page in PHP, WordPress, Joomla and Java Script
Many times you want to know the current page URL . Which is required many times like including images, stylesheet, including some jQuery plugin or using it for Facebook integration script etc. Here i am going to tell you how…
-

How to generate a Graph image in PHP
Here i am going to give you a code through which you can generate Graph image for your business site or for any kind of site depending on the input data. You can use the input data from your SQL…
-

How to create a Facebook application using PHP
If you are searching for something like "how to create a facebook application using Php" then you are at the right place. Its as easy as making tea 😉 Through this code you can create your own gaming facebook application,…
-

What is cURL in PHP with POST/GET request method
cURL is a PHP library which allows you to connect and communicate to many different types of servers with many different types of protocols. You can use it for php curl post method request or get method request. Using cURL…
-

How to upload Image in PHP
This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (by checking the extension of the file), if it…
