PHP snippet

PHP Class (Object-Oriented Programming) Creation Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to How Create a PHP Class and its usage. The tutorial aims to provide IT/CS students and beginners with a reference for learning how to write a PHP script using Object-Oriented Programming (OPP) approach. Here, sample snippets are provided to have a better understanding. A sample source code zip file is also provided and is free to download.

PHP Error Handling using Try Catch Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Handle Errors in PHP Scripts using the Try Catch. The tutorial's main purpose is to provide IT/CS students or self-learners with a reference to enhance their knowledge for handling the possible errors that may occur on their PHP Scripts. Here, I will be providing a straightforward script that demonstrates Error Handling using Try Catch. A sample source code zip file is also provided and is free to download.

Checking String if contains specific String in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Check if the String contains the specific String using PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference to learn the usage of the PHP built-in methods for searching in a string. Here, I will be providing some sample snippets that demonstrate the different effective ways of checking string if contains a string. A sample program source code zip file is also provided and is free to download.