Archive for August, 2011

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 ]