In this tutorial we will discover the list of the 100 most used native functions in PHP. 51. fclose...
Category - PHP
100 PHP Functions You Should Know – Part 1
In this tutorial we will discover the list of the 100 most used native functions in PHP. 1. count...
Convert Binary to Decimal in PHP
In this example, i’ll show you How to Convert Binary to Decimal in PHP. PHP Code: <?php //...
PHP Array Length for Loop
In PHP, you can read the indexed elements in the array sequentially using the array length. The...
How many elements are in an array PHP?
count is a function of arrays in PHP that returns the number of elements in a given array. The...
PHP Generate Random String Fixed Length
Generate 8 Digit Alpha Numeric Unique Random String Using PHP, Generate Six Digit Unique Random...
Generate 8 Digit Unique Number in PHP
Generate a 6 Digit Unique Number using PHP, Generate a 8 Digits Random Number using PHP, PHP rand()...
Write a PHP Program to Print Multiplication Table of a Number
Print Table of a Number Using PHP Program, How to Display Table Number in PHP, PHP Program Print...
PHP get HTML code from URL
This articles shows how to get HTML source of a URL, even if the URL uses tricks to prevent you...
Calculate BMI(Body Mass Index) using PHP program
The Body Mass Index (BMI) is a quick way to assess your body size simply with your weight and...