MVC (Model-View-Controller) is a pattern that is used in software development. The basic idea behind MVC is to separate business logic from its presentation layer. MVC is the most used pattern in today’s web development. This pattern firstly used in Smalltalk and later adopted and popularized by Java. At present there are more than a […]
PHP
Here you will find useful PHP tips and tutorials.
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.
Create Basic Web Service using PHP and MySQL
Web Services are getting more popular. There are thousands of Web Services available for updating E-Commerce, schools, stock market database etc. Actually Web services are just Web APIs that can be accessed over a network, such as Internet, and executed on a remote system hosting the requested services. There are three basic platform for We Services, these […]
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.