SESSION IN PHP
In PHP, a session is a way to store information (in variables) to be used across multiple pages.
Crud application with images in php
In This Blog, you will find the complete source code of CRUD application with images in php programming.
Include And Require In PHP
In PHP, Use require() when the file is required by the application. Use include() when the file is not required and application should resume
Functions In PHP
A function is a block of statements that can be used repeatedly in a program, A function will not execute immediately when a page loads.
ARRAYS IN PHP
In This Blog, you are going to learn Arrays in php and also types of arrays in php. Array is one of the most important concept in php programming.