This is another School / College fun program which is mostly been used in School lab to teach the basics of PHP such as if condition, for
Category: PHP

Today’s lesson is an interesting one and not often discussed by many. PHP script to find a string in a file and return the line

This PHP program will print the output whether the entered year is a leap year or not. Three steps are there to find a leap

In this example you are going to learn how to count the number of vowels in a string in PHP. I’m going to show you two methods of
In this lesson you are going to learn how to find if the entered number is an Armstrong number or not in PHP. This

In this tutorial I’m going to show you how to find a word or a sentence is a Palindrome in PHP. You may find scripts
Are you a school / college student? then you are at the right place to learn something new. Today you are going to learn how to
This question often asked in interviews, this looks like a simple question but you know many times I failed in Interviews just because of this kind
In this tutorial I’m going to teach you how to get the Current Page URL (Full URL) in PHP, if you already know about $_SERVER array then

We all know both the functions include and include_once in PHP will insert the content of the PHP file into another PHP file. Sometimes people may ask