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