Results for: "functions"

Contents (176)

MySql: How to build a performant search engine
MySql: How to build a performant search engine

In content-heavy websites, it becomes increasingly important to provide capable search possibilities to help your users find exactly what they’re…

read more
PHP7: Guide and References to all the changes between version 5.x and 7 of PHP
PHP7: Guide and References to all the changes between version 5.x and 7 of PHP

PHP 7 was released on December 3rd, 2015. It comes with a number of new features, changes, and backwards compatibility breakages that…

read more
The Best CSS Frameworks for Material Design
The Best CSS Frameworks for Material Design

Material design is the googles new design practice, it is mobile first approach design system created by Google. The idea…

read more
How to setup FTP server on ubuntu 14.04 with VSFTPD
How to setup FTP server on ubuntu 14.04 with VSFTPD

FTP is used to transfer files from one host to another over TCP network. This article…

read more
PHP Filters: the best way to sanitize and validate datas
PHP Filters: the best way to sanitize and validate datas

What are PHP filters? One of the most amazing strengths of PHP is its convenience. Shockingly this same profit has worked…

read more