10 Useful PHP Image Manipulation Libraries
In this article, we listed 10 PHP Image Manipulation Libraries which help developers making their tasks simpler. 1. Imagine ...
In this article, we listed 10 PHP Image Manipulation Libraries which help developers making their tasks simpler. 1. Imagine ...
It is an exciting time to be a PHP developer. There are lots of useful libraries released every day, and with the help of Composer and Github, they...
To Implement a session timeout on your own, you can use a simple time stamp that denotes the time of the last activity and update it with eve...
Every PHP developer would have to build an application that relies on a user login. It means that the user of the website having a Usernam...
If you are familiar with th MVC language before you certainly know the practice of separating your business logic from your HTML. The way this ...
If we have an array and inside each value of this array we have another array with age and name for example, and we want to sort the first array by th...
In this post we will show you a collection of 10 best PHP Poll Scripts. These PHP scripts for polling system can be added in any self-hosted websit...
This is a tutorial covers some main concepts of OOP in PHP5 with usable examples (however useless the something may be). The tutorial only covering...
When coding WordPress themes, especially if you do it regularly, its really useful to have a selection of code snippets in your toolbox to just 'co...
Here we present a class to make better SEO in your PHP. I want to post about SEO functions and classes for PHP and this is my first ...