Arrays in PHP An array is a data structure that stores similar type of values in a common variable. Arrays are also called homogeneous
Tag: php training in gurgaon
Error Handling in PHP
Error handling is the process of catching errors from the program and then taking appropriate action. Before proceeding for error handling you should get
PHP – Strings Functions
String functions are the most important functions frequently used in PHP. String is the sequence of characters, like “Let’s learn String functions”. There is
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
The do-while loop
Difference Between while and do…while Loop: With a while loop, the condition to be evaluated is tested at the beginning of each loop statement,
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.