PHP has built-in Curl library that let’s you communicate with other servers. The Curl library is enabled by installing cUrl extension in PHP.INI. You just need to uncomment “extension=php_curl.dll” in PHP.INI file to install Curl library.
php
Useful PHP Charting Libraries
You can easily create simple charts and graph using PHP GD library. But when you need more complex charts or graphs then you will need advanced libraries. These libraries have importance in web development. Suppose you are in the middle of a project and need to get everything done as soon as possible then these […]
Instagram API implementation in PHP
Instagram is a fast, beautiful and powerful social plateform to share your photos with friends and family. You can snap a picture, choose a filter to transform its look and feel, then post to Instagram. Also can share to Facebook, Twitter, and Tumblr. In this tutorial you will learn how to implement Instagram API using PHP.
Know About Magento Object Relational Mapping (ORM)
The implementation of a “Tier Models” is an important part of an MVC framework. It represents the details of your application and handles data in applications. Magento Models play an even greater role, because they usually contain the “Business Logic”.
Image Upload without Page Refresh with PHP and jQuery with Demo
Are you looking for image upload functionality with preview and also without refreshing page using jQuery and PHP? Yes, you’re here at the right place. Here is a very simple code used to upload image file without page refresh using PHP and jQuery.