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. There  are three type of arrays in Php:- Numeric array – An array with a  [ Read More ]

As we know that we have a mail function mail() in Php which can be used to send plain text mail, HTML mail and mail with attachment. In the Php mail() function it is easy to send plain text mail or HTML mail but a little hard to send a Mail with attachment. But don’t  [ Read More ]

By default any WordPress theme do not have the Featured image support. But any one can add featured image wordpress support in any wordpress theme by including few simple steps which i am going to tell you. These adding this featured image support is also called as adding post thumbnail support in your wordpress theme.   [ Read More ]

If you are thinking to write a wordpress plugin or wordpress theme and want to access wordpress database in them than this wordpress post can help you in connecting to your wordpress database from your wordpress theme or plugin. I will tell you how you can execute any kind of sql query in this article.  [ Read More ]

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 contains many different useful functions that can help you in processing images. Here i am  [ Read More ]

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 am going to tell you how you can send plain text email, HTML email and  [ Read More ]

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 to get the current page URL in PHP, WordPress, Joomla and Java Script. PHP:- $current_page_URL  [ Read More ]

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 site. A common feature that every one wants in his/her site is Facebook comments. Well  [ Read More ]

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 Database to make this graph dynamic and more useful which is really easy to do.  [ Read More ]

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 Themes. But let me tell you that WordPress makes it really easy to implement Ajax  [ Read More ]