Php

Generate a PDF file using the JsPDF and PHP

In this article, we'll show you how to create a PDF file from data pulled from a database. I'm using… Read More

2 years ago

Convert PHP Object To an Associative Array In PHP

In PHP, convert a PHP object to an associative array. A simple PHP array is a data structure that keeps… Read More

2 years ago

How To Check If Variable Is NULL Using PHP

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

2 years ago

PHP print_r() Function With Example

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

3 years ago

How to install APCu on Linux

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

3 years ago

Convert Datetime To TimeStamp Using PHP 7

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

3 years ago

How To Repeat Strings In PHP : str_repeat()

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

3 years ago

Invoice Management System Using PHP & MySQL

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

3 years ago

How To Convert PHP String to Array

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

3 years ago

Convert array to string in PHP 7

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

3 years ago

Categories