How To Check If Variable Is NULL Using PHP

2 years ago

A variable with no value is represented by null in PHP. The null value of type null is the only… Read More

PHP print_r() Function With Example

3 years ago

This PHP tutorial helps you to learn basic print_r statement with examples. The print_r() PHP function is used to return… Read More

How to install APCu on Linux

3 years ago

Today, I will let you know how to install APC (for PHP) on a Linux system. The APC is not… Read More

How to generate a PDF File From Laravel view

3 years ago

In this example, I'll show you how to generate a PDF file in Laravel from an HTML page. I'll use… Read More

Convert Datetime To TimeStamp Using PHP 7

3 years ago

PHP supports date functions to handle date & time to implement and provide a method to convert human-readable dates to… Read More

How To Repeat Strings In PHP : str_repeat()

3 years ago

The php str_repeat() function helps to repeat the string the specified number of times. (more…) Read More

How To Generate QR code in laravel 8

3 years ago

In this article, we'll look at an example of a laravel 8 QR code generator. we'll use the simplesoftwareio/simple-qrcode package… Read More

Top NoSQL databases in 2022

3 years ago

in this post, I am going to discuss the popular No-SQL databases. I'll discuss some most popular NoSQL databases with… Read More

Invoice Management System Using PHP & MySQL

3 years ago

in this post, We will explain how to create your own invoice system with PHP & MySQL.It's also called Billing… Read More

How To Convert PHP String to Array

3 years ago

In this post, we'll learn how to convert a String to an Array in PHP. The PHP language includes functions… Read More

Categories