Many criticize social networks for intruding into one’s personal life. However, the fact that it has redefined the way people interact with …
PHP Tutorials
Creating PDF from PHP – Part 1
This PHP tutorial will show you how you can create .pdf files directly from PHP. It will be divided into three parts (tutorials) because it …
Percentage bar PHP and CSS
In this tutorial I will show you can combine CSS and PHP to represent data as percentage bar. This is very good for showing polls and so on. …
PHP Functions md5, trim, strtolower, count
In this tutorial I will show how to use basic PHP functions like md5, trim, ltrim, strtolower, strtoupper, count and array_merge. md5 is an …
PHP functions used to work with functions
This tutorial will show you some important functions that can be used to work with your own written PHP functions. Let's start: …
PHP array_slice() function
This tutorial will show you how to extract different elements from an array. PHP has a function called array_slice() for that. Let's …
PHP – GD Library
This tutorial will show you to use GD Library in PHP. GD is used to create a dynamic image using PHP. You can make anti-bot security image, …
PHP Functions For Directories
In this tutorial I will present PHP functions that are used to work with directories: chdir, getcwd, chroot, rewinddir, opendir, closedir, …
Display PHP Array Using Different CSS Style
This tutorial will show you how you can display each line from an array using different styles: font, background color, text color etc.. The …