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 ]