The intval() function in PHP

Tag: PHP

Learn how the intval() function works in PHP

How to pass PHP variable to JavaScript

Tag: PHP

Learn how to pass PHP variables and data to your JavaScript code

The array_diff() function in PHP

Tag: PHP

Learn how the array_diff() function works in PHP

The array_keys() function in PHP

Tag: PHP

Learn how the array_keys() function works in PHP

The array_values() function in PHP

Tag: PHP

Learn how the array_values() function works in PHP

PHP how to check variable if not empty

Tag: PHP

Learn how to check the value of your PHP variable if it's not empty

How to fix PHP deprecated methods with same name as constructors

Tag: PHP

Learn how to refactor your class constructors for future versions of PHP

addslashes() - add a backslash to PHP string special characters

Tag: PHP

Learn how to use the addslashes() function in PHP

How to resolve PHP warning Illegal string offset

Tag: PHP

Learn why you get the PHP warning Illegal string offset and how to solve it

JavaScript validate password confirm field

Tag: JavaScript

Learn how to do password validation in JavaScript with the password confirm field

PHP get the minimum number in an array

Tag: PHP

Learn how to get the lowest number in an array in PHP

array_shift() function in PHP

Tag: PHP

Learn how the array_shift() function works in PHP

Remove HTML tags from data in PHP

Tag: PHP

Learn how to remove HTML tags from data in PHP

PHP is_string() function

Tag: PHP

Check if a value is a string type or not using PHP is_string()

PHP how to get the type of a variable

Tag: PHP

Get the type of a variable in PHP with gettype() function

PHP string replace space with dash

Tag: PHP

Learn how to replace space with dash in PHP string

PHP strtolower() function for lowercase string

Tag: PHP

How to use strtolower() to create a lowercase PHP string

Is there any differences between PHP die() and exit()?

Tag: PHP

Here you will learn the differences between PHP die() and exit()

How to declare global variables in PHP

Tag: PHP

Learn how you can make use of global variables in PHP

PHP max_input_vars configuration explained

Tag: PHP

Learn how to change the max_input_vars configuration in PHP