Android Examples
 
Skip to content
  • Home
  • Android Examples Tutorials
  • Php Examples Tutorials
  • Bootstrap Examples Tutorials
  • Android Studio
  • PhpMyAdmin

Category Archives: Php Examples Tutorials

How to get current real User/Client ip address in PHP

Juned Mughal February 18, 2016 March 30, 2016Php Examples Tutorials 0
How to get current real User/Client ip address in PHP

How to use $_SERVER[‘REMOTE_ADDR’] to get current user IP address and show on screen. Detecting and saving current user ip is one of the most important things for every website because at the present times lots of people trying to access your website to unleash the wrong content on internet and…

Continue reading

Replace blank space with Hyphen/Dash inside string in PHP

Juned Mughal February 18, 2016 March 30, 2016Php Examples Tutorials 0
Replace blank space with Hyphen/Dash inside string in PHP

How to remove blank white space between string words and overlap them with hyphen using PHP. In this tutorial we are simply creating replacing the blank space with hyphen( – ). This is kind of functionality mostly used in dynamic php websites where sometimes user upload images with space and…

Continue reading

Remove all special characters from a string in PHP

Juned Mughal February 18, 2016 March 30, 2016Php Examples Tutorials 0
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…

Continue reading

How to Combine/Append two different strings in PHP

Juned Mughal February 18, 2016 March 30, 2016Php Examples Tutorials 0
How to Combine/Append two different strings in PHP

How to concatenate multiple string variables using dot(.) operator and show on screen using echo. Dot operator is used to combine two or multiple strings at a time. With the use of dot operator you can easily merge $string value variables and display them on screen. So here is the…

Continue reading

How to remove white blank space from string in PHP

Juned Mughal February 17, 2016 March 30, 2016Php Examples Tutorials 0
remove white blank space from string in PHP

How to delete only blank space and trim the whole string variable so it will generate without spaces in php. In this tutorial we are simply removing the blank white spaces between multiple string words and after that showing the without space string on screen. So here is the complete…

Continue reading

Convert only string first letter to uppercase in PHP

Juned Mughal February 17, 2016 March 30, 2016Php Examples Tutorials 0
Convert only string first letter to uppercase in PHP

How to change string variable’s first character to capital in php program. In this tutorial we are converting only first letter of whole word means it will automatically changes the first letter into upper case letter and the rest of characters inside word remain same. So here is the complete…

Continue reading

How to convert all array values to lowercase in PHP

Juned Mughal February 17, 2016 March 30, 2016Php Examples Tutorials 0
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…

Continue reading

«‹34567›»
  • Search Here

  • Main Category


  • Home
  • Android Examples Tutorials
  • Php Examples Tutorials
  • Bootstrap Examples Tutorials
  • Android Studio
  • PhpMyAdmin
© Android-Examples.com, All rights reserved.
Powered by Nirvana & WordPress.