PHP Exception Handling || Server Side Scripting || BCIS Notes
PHP Exception Handling An exception is a signal that indicates some sort of exceptional event or error has occurred. Exceptions can be caused due to […]
PHP Exception Handling An exception is a signal that indicates some sort of exceptional event or error has occurred. Exceptions can be caused due to […]
Regular Expression Regular Expression, commonly known as “regex” or “RegExp”, are specially formatted text strings used to find patterns in text. Regular expressions are one […]
PHP Exercises These mentioned below are some of the basic PHP Exercises mainly Maths Problems that can be solved with the help of PHP. Performing […]
PHP Functions There are two types, they are: PHP Built-in Functions PHP User-Defined Functions PHP Built-in Functions A function is a self-contained block of code […]
PHP Functions in Sorting Arrays PHP comes with a number of built-in functions designed specifically for sorting array elements in different ways like alphabetically or […]
Arrays in PHP Arrays in PHP are complex variables that allow us to store more than one value or a group of values under a […]
Types of Loops in PHP Loops are used to execute the same block of code again and again, as long as a certain condition is […]
PHP Conditional Statements Like most programming languages, PHP conditional statements also allow you to write code that performs different actions based on the results of […]
Operators in PHP Operators in PHP are symbols that tell the PHP processor to perform certain actions. PHP Arithmetic Operators The arithmetic operators are used […]
String in PHP A string in PHP is a sequence of letters, numbers, special characters, and arithmetic values or a combination of all. The simplest […]
Copyright © 2024 | WordPress Theme by MH Themes