Category Archives: Php Examples Tutorials
Replace blank space with Hyphen/Dash inside string in PHP
Remove all special characters from a string in PHP

How to automatically delete special characters inside string variable and filter the whole string. Cleaning up the string variable by removing special characters is very important thing in dynamic development area because when you are about to create dynamic website which servers pages into permalinks form then by mistake adding…
How to Combine/Append two different strings in PHP
How to remove white blank space from string in PHP
Convert only string first letter to uppercase in PHP
How to convert all array values to lowercase in PHP

How to change array string elements to lower case in and show on screen using strtolower. In this tutorial we are converting all array indexed alphabetic elements to lower case with the use of strtolower parameter pass into array_map() method. So here is the complete step by step tutorial for How to convert…