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…
Author: Ankur Sharma
-

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…
-

Simple way to add Facebook comments in your site
Today Facebook is the most popular website on the web. Almost everyone who uses internet is on Facebook. Today every one is effected by Facebook. Every one want to integrate all the features and API provided by Facebook to there…
-

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…
-

WordPress and Ajax
Ajax is what you can call the present and future of interactive website interface. Lots of Wordpress developers are not aware with the Ajax support in Wordpress. They think it will be hard to use Ajax in there Plugins and…
-

Simple way to develop a Joomla Module
Modules are the powerful way to add new functionality in a Joomla site. If you know how to write a Joomla module, you can convert any PHP code into Joomla Module for example a Jquery slideshow, facebook fanbox etc. Is…
-

Write a Joomla plugin in simple steps.
From last few days i have received many request for the simple steps of writing a Joomla Plugin. So, i am back with the simple steps of writing a Joomla Plugin. As we know Joomla is the most popular CMS…
-

Steps to write a WordPress Plugin
The power of wordpress is behind it's plugins. Some people think that developing a wordpress plugin is a hard work. But believe me with the simple steps i am going to tell you everyone can write a Wordpress plugin. Through…
-

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,…
-

How to use wordpress color picker
Many of you want to use the wordpress color picker like in the header editor of the wordpress. Don't worry today i will let you know how to do it. I have created a sample plugin which just display the…
-

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…
