PHP File Handling
In this tutorial, we will learn about PHP File Handling. File Handling is really useful if you want to perform some […]
PHP File Handling Read More »
In this tutorial, we will learn about PHP File Handling. File Handling is really useful if you want to perform some […]
PHP File Handling Read More »
In PHP GET and POST superglobals are used to collect form-data. In our first example program, we will create a search web page
PHP Form Handling Read More »
Comments are not used to perform any function in the program but are useful for developers. Developers can write comments
The web browser communicates with the web server by using two HTTP methods GET and POST. These methods are used
GET and POST in PHP Read More »
Looping statements help us to run a piece of code again and again. For example, you want to show 1
Looping Statements in PHP Read More »
In this tutorial, we will learn Branching Statements in PHP. Branching statements allow us to control the flow of the program.
Branching Statements in PHP Read More »
In very simple language a function is a block of code that can be used to perform a specific task. In
In simple words, an Array is a variable that makes us able to store more than one same kind of value using
Operators are special symbols that tell to PHP processor to do some special operations. For example, there is a +
The string is commonly described as a collection of characters. Mean a string can be a collection of numbers, alphabets,