Posts


Abid Raza
Abid Raza

Editor, Total Posts: 35, Connect -

About :

Learn responsive website design with CSS3 Media Queries

Learn responsive website design with CSS3 Media Queries

Media queries enable to write css on the basis of device width, height, orientation(portrait or landscape) and physical attribute. Everything cha...

PHP built-in array functions

PHP built-in array functions

PHP has a built-in great support for the array to work with. There are numerous inbuilt array and string functions – like array_chunk, array_com...

Laravel – Learning database migrations, schema building and database seeding

Laravel – Learning database migrations, schema building and database seeding

Laravel’s migrations and schema builder are very powerful and by using these features, you won’t have to write any SQL code. Lar...

PHP math functions

PHP math functions

PHP supports and comes with many inbuilt math functions, which always comes handy while performing complex calculation rather than writing y...

Laravel Eloquent ORM

Laravel Eloquent ORM

Laravel Eloquent is a powerful ORM that uses Active Record Pattern which is a technique to wrap database into objects. By usi...

How to install Laravel Framework

How to install Laravel Framework

Laravel is an open source PHP framework, which is created by Taylor Otwell. We all know that developing a whole website from scratch can be...

Install composer dependency manager in Windows - Step by step guide

Install composer dependency manager in Windows - Step by step guide

The Composer Dependency Manager is very helpful when you need to install PHP-related frameworks, for example, PHPUnit or...

Classes and Objects in PHP - Basic Introduction

Classes and Objects in PHP - Basic Introduction

Object-oriented Programing in PHP helps to develop big application easily with code re-usability and modularity of classes. Unlike the proce...

17 Carefully Hand-picked Free Google Fonts

17 Carefully Hand-picked Free Google Fonts

Typography is a very important part of front-end designing. A beautiful font for heading can attract and say more than whole of yo...

Session in PHP - A Detailed Overview

Session in PHP - A Detailed Overview

$_SESSION is a special array used to store information across the page requests a user makes during his visit to your website or web applica...

PHP implode and explode functions for string and arrays

PHP implode and explode functions for string and arrays

PHP implode and explode functions are very easy to use. In this tutorial, we will learn how to do it. Let’s check it out. There...

Looping over multidimensional array using PHP

Looping over multidimensional array using PHP

It requires a little more thinking while working with loops in multidimensional arrays. Let’s see the situation here. Say w...

PHP array sorting

PHP array sorting

We know that array is the collection of data in list form, but what if we need to sort the data or sort it in reverse order or if...

Ternary operator in PHP

Ternary operator in PHP

The Ternary operator in PHP is a built-in operator that acts like an if statement in PHP. It shares with several other languages. It has an unus...

Sending emails with urgent and high priority in PHP

Sending emails with urgent and high priority in PHP

How to send an email using PHP Sending emails in PHP is safe and easy. Using the PHP mail function, we can easily send emails from the website forms....

Newsletter

Web development latest updates, tutorials & code resources

We won't spam. Unsubscribe at any time.