Browsing Category
PHP
PHP program print A to Z alphabets
In this tutorial, we're going to write a PHP program to print alphabets from A to Z. It's quite simple code using though PHP range() Function.
PHP range() Function
The range() function creates an array containing a range of elements.…
PHP program to print alphabet pattern R
In this article write a PHP program to print alphabet pattern R. This program first takes the numbers of rows and then prints pattern using nested for loops.
Read Also : PHP Program To Print Alphabet Pattern Q
PHP program to print…
PHP program to print alphabet pattern Q
In this article write a PHP program to print alphabet pattern Q. This Program first takes the numbers of rows and then prints pattern using nested for loops.
Read Also : PHP Program To Print Alphabet Pattern P
PHP program to print…
PHP Program To Print Inverted Number Pyramid Pattern
In this article write a PHP Program To Print Inverted Number Pyramid pattern. This Program first takes the numbers of rows and then prints pattern using nested for loops.
Read Also : PHP Program To Print Pyramid
PHP Program To Print…
How to check if string contains a specific word in PHP?
In this article you will learn how to check if string contains a specific word, character and substring in PHP. You can simple usage of PHP strpos() function to check if string contains a specific word.
PHP strpos function
PHP strpos()…
Replace array key with their associated value in PHP array
Sometimes, In big project we need to replace array key with their associated value at that time you can learn from this article. For example if you have all country array but that array have key like 0,1,2,3,4 and value is country both,…
PHP Program To Print Reverse Pyramid Pattern
In this article write a PHP Program To Print Reverse Pyramid pattern. This Program first takes the numbers of rows and then prints pattern using nested for loops.
Read Also : PHP Program To Print Pyramid
PHP Program To Print Reverse…
PHP program to print alphabet pattern P
In this article write a PHP program to print alphabet pattern P. This Program first takes the numbers of rows and then prints pattern using nested for loops.
PHP program to print alphabet pattern P
<?php
echo…