Include and Require in PHP
In this tutorial, we will learn about include and require in PHP. Include and Required both are used to copy […]
Include and Require in PHP Read More »
In this tutorial, we will learn about include and require in PHP. Include and Required both are used to copy […]
Include and Require in PHP Read More »
In this tutorial, we will learn about PHP Global Variables. The global variables are also known as superglobals and These
PHP Global Variables Read More »
In this tutorial, we will learn about PHP Cookies. PHP Cookies are used to store some data on client’s machines
In this tutorial, we will learn about PHP Sessions. PHP sessions are a way to access data among different web
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 »