PHP print_r() Function With Example

2 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

2 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

2 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

2 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()

2 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

2 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

2 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

2 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

2 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

Convert array to string in PHP 7

2 years ago

in this post, We'll convert the array elements into a string. We are going to convert the array to string… Read More

Categories