Welcome to the PHP Knowledge Base and Tutorial
How to get duration of MP3 or wav any audio File in PHP
Today, we will see the way to get duration of mp3 , wav or any audio file in php. LearnRead More »
PHP connection_status() Function

Read More »
explode() Function in PHP
explode() Function in PHP explode() is a built in function in PHP used to split a string in different strings.Read More »
Install PHP 7.4 on CentOS 8
Install PHP 7.4 on CentOS 8 PHP, a recursive acronym for PHP Hypertext Preprocessor, is a popular server-side scripting language usedRead More »
PHP Frame Work

Read More »
Install PHP

Read More »
PHP("Introduction")
Introduction PHP started out as a small open source project that evolved as more and more people found out howRead More »
Laravel "Framework" Basic Task List Tutorial

Read More »
Laravel "Framework" Installation

Read More »
PHP program to Happy Holi
PHP program to Happy Holi Here is the simple php program to print Happy Holi. <!DOCTYPE html> <html> <body> <?phpRead More »
php include pages or files

Read More »
how to get date of yesterday using php
how to get date of yesterday using php <?php $test=date('d.m.Y',strtotime("-1 days")); echo $test; ?> or <?php $test=date('d-m-Y',strtotime("-1 days")); echoRead More »
PHP readfile() Function - file handling
PHP readfile() Function – file handling The readfile() function reads a file and writes it to the output buffer. Assume we haveRead More »
PHP print Statement

Read More »
PHP substr() function

Read More »