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 and display html input form value on same page using php

Juned Mughal February 5, 2016 March 30, 2016Php Examples Tutorials 0
How to get and display html input form value on same page using php

How to send and receive html TextView value on same screen with use of php isset submit button method. In this tutorial we are sending and receiving html form value on same page using if (isset($_POST[‘submit’])) button method. This method helps us to get html input form value on same…

Continue reading

How to Send Receive HTML form data from one page to another using PHP

Juned Mughal February 5, 2016 March 30, 2016Php Examples Tutorials 0
How to Send Receive HTML form data from one page to another using PHP

How to pass value of form on submit button click and receive using $_post method to display on next screen. In this tutorial we are creating two php programming files, The first one file contains an HTML form with two input boxes and submit button. Now we are setting up form…

Continue reading

How to create multidimensional array in php dynamically

Juned Mughal February 5, 2016 March 30, 2016Php Examples Tutorials 0
How to create multidimensional array in php dynamically

How to declare and display two dimension array in php with their values on screen using echo method. Multidimensional array means a array which contain more then two array inside a single array and they both can be accessible through single array so you don’t need to declare multiple standalone…

Continue reading

Use str_replace function in php to replace string word

Juned Mughal January 15, 2016 March 29, 2016Php Examples Tutorials 0
Use str_replace function in php to replace string word

How to replace given characters inside string variable using user given in php. Str_replace() function is used to replace characters of a string variable with user given characters and update the string after replacing process. So here is the complete step by step tutorial for Use str_replace function in php…

Continue reading

Use strpos function in php to find specific text within string

Juned Mughal January 15, 2016 March 29, 2016Php Examples Tutorials 0
Use strpos function in php to find specific text within string

Search given text within string variable using strpos() string function in php. Strpos() method is used to search specific text within the given string variable and if this function finds the given character or string then it will return the characters position in numeric form. So here is the complete…

Continue reading

Reverse string without strrev function in php using looping control

Juned Mughal January 15, 2016 March 29, 2016Php Examples Tutorials 0
Reverse string without strrev function in php using looping control

Set string variable into reverse form using for loop and strlen() method. Normally string functions gives us the facility to directly set string variable into reverse form but some times web developer needs to reverse string without using strrev() function in their programs in php coding page. So here is…

Continue reading

Reverse string variable using strrev function in php

Juned Mughal January 15, 2016 March 29, 2016Php Examples Tutorials 0
Reverse string variable using strrev function in php

How to make all string words into reverse format with the use of strrev() function in php example. Strrev() method is used to reverse the whole passing string variable value and convert string into reverse format. So here is the complete step by step tutorial for Reverse string variable using…

Continue reading

«‹891011›
  • 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.