‘PHP’ Category

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 ]

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 ]

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, contest facebook application etc. Many facebook users use many facebook applications and wish to create his/her  [ Read More ]

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 you can: Implement payment gateways’ payment notification scripts. Download and upload files or complete web  [ Read More ]

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 doesn’t overtakes a size limit and how to change the uploaded file name. Important: You  [ Read More ]