php tutorial

Getting the Similar and Difference Between Arrays in PHP Tutorial

Submitted by oretnom23 on

This tutorial tackles getting the Similar and Difference Between Arrays in PHP Language. The purpose of this article is to give an idea to students, self-learners, or those who are new to PHP Language on how they can capture or get the different or similar values or keys between 2 arrays. Here, other PHP built-in functions for arrays are also explained.

Password Hashing in PHP

Submitted by oretnom23 on

In this tutorial, you will how to use the Different built-in functions of PHP for encrypting or hashing passwords. The tutorial aims to provide a reference for students or self-learners that are learning and planning to develop an application using PHP Language. The tutorial can help you to secure your application's user password. Here, snippets and a sample login and registration source code that demonstrates the password hashing or encryption are provided and free to download.

Creating an SQLite Custom CRUD Class in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Custom CRUD Class of SQLite Queries using PHP Language. This tutorial aims to provide IT/CS students and new programmers with a reference for enhancing their knowledge and programming capabilities using PHP and SQLite3 Database. Here, snippets for achieving the objectives of this tutorial are provided. Also, a working sample source code zip file that demonstrates the usage of the Custom CRUD Class is provided and free to download.

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.

Preventing Cross-Site Scripting (XSS) Attack in PHP

Submitted by oretnom23 on

In this tutorial, you will learn how to Prevent Cross-Site Scripting (XSS) Attacks on your site using PHP Language. The main purpose of this tutorial is to provide the students and new programmers with a reference for learning the best practices for securing the site that they will develop or currently developing. Here, snippets and a sample source code are also provided to give you a better understanding of the topic of this tutorial.

Null Coalescing in PHP Snippet and Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to use Null Coalescing using PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference for learning the different techniques and usage of the PHP built-in methods and operators. Here, snippets are provided for better understanding, and a sample source code zip file is also provided and is free to download.

Getting the Date and Datetime Difference Between Dates in PHP Snippets

Submitted by oretnom23 on

In this article, I will show you how you get the Difference between two (2) Dates or DateTime in PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference to enhance their knowledge and skills for developing an application using PHP Language. Here, snippets of some explanations are provided. A sample working source code zip file is also provided and is free to download.

Uploading File in Google Drive using Google Drive API and PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn to Upload Files into Google Drive using PHP Language and Google Drive API without using any PHP Library. The main purpose of this tutorial is to provide IT/CS Students and new programmers with a reference for learning how to integrate Google APIs into PHP. Here, a step-by-step tutorial for setting up a project in Google Cloud Console is provided with snippets for achieving this tutorial goal.

Load Environment Variables from (.env) File using PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Load the Environment Variables from a (.env) File using PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference to learn for loading environment variables in PHP. Here, a step-by-step tutorial and sample snippets are provided to understand the process for achieving the goal of this tutorial. A sample source code zip file is also provided and is free to download.