All PHP Tutorials

How to solve "The mcrypt extension is missing. Please check your PHP configuration" error message

Tag: PHP

See how you can solve the mcrypt extension is missing error with PHP

The best PHP alternatives in 2022

Tag: PHP

Learn the top 6 alternatives to PHP for web development

How to loop through a multidimensional array using foreach in PHP

Tag: PHP

Use the foreach construct to loop through a multidimensional array

How to rotate image using PHP (with code example)

Tag: PHP

See how you can rotate an image using PHP

How to replace special characters in a string with PHP

Tag: PHP

See how you can replace special characters in a string using PHP

How to calculate standard deviation score in PHP

Tag: PHP

See how you can calculate the standard deviation score using PHP

Remove special characters from a PHP string

Tag: PHP

See how you can remove special characters from a string using PHP

Insert a character into a string at any position with PHP

Tag: PHP

See how you can insert a character or a string into another string using PHP

How to get the last character of a string using PHP

Tag: PHP

See how you can get the last character of a string in PHP

How to get the domain name from a URL string using PHP

Tag: PHP

See how you can get the domain name from a URL string in PHP

How to calculate the mean deviation of an array using PHP

Tag: PHP

See how you can find the mean deviation of all values in PHP

PHP how to unset or delete an array element

Tag: PHP

See how you unset or remove an array element using PHP

How to get the current domain name using PHP

Tag: PHP

See how you can get the current domain name using PHP (with code examples)

How to solve undefined offset notice in PHP

Tag: PHP

See how you can fix the undefined offset notice message when coding PHP apps

How to check for an empty array using PHP

Tag: PHP

See how you can check for an empty array in your PHP code

How to shuffle array in PHP

Tag: PHP

See how you can shuffle regular and associative arrays in PHP

How to handle multi-line strings in PHP

Tag: PHP

See how you can define multi-line strings in PHP

PHP how to get an array's length (single and multi-dimensional arrays)

Tag: PHP

See how you can get your array's length in PHP

PHP how to get the variable type

Tag: PHP

See how you can find the type of variables you have in your PHP codebase

PHP how to define and call a parent constructor from a child class

Tag: PHP

See how you can define and call a parent constructor from a child class in PHP