Error handling is the process of catching errors from the program and then taking appropriate action. Before proceeding for error handling you should get
Tag: php training institute in gurgaon
Managing Sessions & Cookies
The basic task of both cookies and sessions is to store visitor data so that it can be accessed by every page on a
Require () and Include () function in PHP
The Include() and require() statements are used to insert codes written in other files, in the flow of execution. The main of using include
The For Loop
PHP for loop can be used to traverse set of code for the specified number of times. For example if you want to repeat
PHP – Date / Time Functions
When working in any programming language, dealing with dates and time is a simple task. That is, until time zones have to be supported.