How to call a JavaScript function in PHP
Tag: PHP
See how you can call and run a JavaScript function using PHP
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
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 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
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