How to pass PHP variable to JavaScript
Tag: PHP
Learn how to pass PHP variables and data to your JavaScript code
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 how to get the type of a variable
Tag: PHP
Get the type of a variable in PHP with gettype() function
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()
PHP max_input_vars configuration explained
Tag: PHP
Learn how to change the max_input_vars configuration in PHP