Friday, March 1, 2024
Home PHP Page 6

PHP

Kodementor provide all the tutorials and updates about PHP form PHP community

repository-pattern-in-laravel-5

Repository Pattern in Laravel 5

Design patterns is a reusable solution to a commonly occurring problem. It can also be considered as a template for how to solve a...

Export data to PDF file using laravel-dompdf in Laravel 5

In this article, we will talk about the steps to export data to PDF in Laravel 5. We will use a package named laravel-dompdf...
new-features-in-PHP-7

New Features In PHP 7 – Explained

PHP is the most commonly used programming language. PHP 7 is the latest version which is considered to be the revolutionary release. After the...

Calculate script execution time in PHP

In this article, we will talk about script execution time in PHP. We will use PHP microtime function to calculate time. microtime function return...
how to use queue in laravel

How to use Queue in Laravel 5

I have been working with queue in laravel 5 lately and I think it's good to write an article about it. Queue as the...
understanding interface and its practical implementation in php

Understanding Interface in PHP

An interface and class are similar but interface cannot contain code inside it. An interface can define method names and arguments, but without the...
load more data with ajax in laravel.jpg

Load more data on scroll in Laravel

In this post, we will see how we can load more data on page scroll without page refresh with the help of ajax in...

How to use Ternary Operator in PHP

In programming, evaluating conditional statements is essential. The ternary operator logic is the process of using "(condition) ? (true return value) : (false return...
get ip-address using php

Get users IP address using PHP

I have found many programmer asking about “How to get the IP address of User?” Well, this is not too complex as you might...
ckedtor-700x261

How to use CKEditor with PHP example

I have seen many programmers asked a question about “How to use CKEditor?”. Well, here comes the very simple and effective solution. Before diving...

LATEST ARTICLES

MOST POPULAR