Posts


Tag - "PHP"

PHP - very powerful server-side scripting and programming language for web development.There are number of popular frameworks based on PHP and widely used for dynamic websites. Browse PHP tutorials, coding standards and browse ready to use PHP scripts for your website.

Exploring the Repository Pattern in Laravel: A Comprehensive Guide with Example

Exploring the Repository Pattern in Laravel: A Comprehensive Guide with Example

What is the Repository Pattern? The Repository Pattern is a software design pattern that separates the data access logic from the business logic of a...

Unlocking Performance and Scalability: Exploring Laravel Cache in Depth with Examples

Unlocking Performance and Scalability: Exploring Laravel Cache in Depth with Examples

Caching plays a crucial role in improving the performance and scalability of web applications. Laravel, a popular PHP framework, provides a powerful c...

Mastering Laravel: Exploring the Power of implode() and explode() Functions for String Manipulation

Mastering Laravel: Exploring the Power of implode() and explode() Functions for String Manipulation

In Laravel, the functions implode() and explode() are commonly used for manipulating strings. They provide convenient ways to transform strings into a...

Mastering Laravel Validations: A Comprehensive Guide with Examples for Error-Free Web Development

Mastering Laravel Validations: A Comprehensive Guide with Examples for Error-Free Web Development

Laravel provides a powerful validation system that allows you to validate incoming data from various sources, such as user inputs, API requests, and m...

What is the difference between facades and contracts in Laravel

What is the difference between facades and contracts in Laravel

In Laravel, a facade and a contract are two different ways to access a service container's underlying implementation. Facade A facade acts as a prox...

What is a facade in Laravel and how to create a custom facade?

What is a facade in Laravel and how to create a custom facade?

What is a facade in Laravel? In Laravel, a facade is a design pattern used to provide a static interface to services available in the application's s...

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...

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...

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...

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...

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.