php tutorial

Handling Upload Duplicate Filename in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to handle the uploaded file with a Duplicate Filename in the uploaded file directory. The tutorial aims to provide IT students and new programmers with a reference for handling uploaded files in PHP with duplicate filenames. I will provide a snippet that achieves the objective of this tutorial. A sample source code zip file that I created for this tutorial is also provided and is free to download.

Live Checking of Input Data Availability using VueJS and PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to implement a Live Checking of Input Data Availability using VueJS and PHP. This tutorial aims to provide IT students and new programmers a reference for implementing a live interaction of an application between the client and server side using the said JS Framework and Programming Language. I have provided some snippets below for this tutorial. A sample web application source code file that demonstrates the objective of this tutorial is also provided and free to download.

Server-Side Table Pagination using PHP, AngularJS, and Bootstrap 5 Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Create a Server-Side Table Pagination using PHP, MySQL Database, AngularJS, and Bootstrap 5 Framework. The main purpose of this tutorial is to provide the IT/CS students and new programmers with a reference for implementing a Server-Side Pagination. Here, snippets are provided and a sample web application source code is also provided and is free to download.

Sending an HTML with Attachment Mail using PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Send an HTML with an Attachment Mail using PHP Language without using PHP Libraries/Plugins. The main purpose of the tutorial is to provide a reference for IT/CS Students or new programmers to enhance their programming knowledge using the PHP Mail Function. Here, snippets are provided and a sample source code file that demonstrates the objective of this tutorial is free to download.

Autocomplete with Suggestion Input using PHP, Vue.js, and MYSQL Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create an Autocomplete with suggestions input using PHP, Vue (Vue.js), and MySQL Database. The tutorial aims to provide IT/CS students or new programmers a reference for improving their web applications' client-side functionalities using Vue. Here, snippets are provided and a sample source code that demonstrates the main goal of this tutorial is also provided and is free to download.

Live Search using PHP and Vue.JS Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create a Live Search using PHP Language, Vue.js, and Fetch API. The tutorial aims to provide a reference to the IT/CS Students and new programmers on how they can implement a live searching feature on their PHP Projects. The Live Search allows the end-users to search the data that matches or column data containing the searched term and update the data on the client side without leaving or reloading the page.

8 Ways to Generate Random String in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn the 8 Different Ways of Generating Random Strings using PHP Language. The tutorial aims to provide a reference or guide to the IT/CS students or new to PHP Language for using some of the built-in methods or functions of PHP. Here, snippets will be provided and a sample web program source code file is free to download.

RESTful API CRUD using PHP and MySQL Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create a RESTful API CRUD using PHP Language and MySQL Database. This tutorial aims to provide a reference or guide to the students and for those new to PHP Language about implementing a RESTful API on their projects. Here, snippets are provided and the source code zip file is free to download.

Creating Download Page with Countdown using PHP and JavaScript Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to Create a File Download Page using PHP and JavaScript. The tutorial aims to provide a reference or guide to new programmers or students for handling files in terms of downloading them using PHP Language and JavaScript. This kind of feature is frequently used in a Content Management System whereas file download has a certain page that contains some information and a countdown before continuing the download process.

Vanilla DataTables CRUD using PHP and MySQL Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn to Create CRUD Functionalities using the Vanilla DataTables, PHP, and MySQL Database. This tutorial aims to provide a reference or a guide to beginners or new programmers to enhance their PHP and JS programming capabilities. Here, snippets and sample source code are provided and the source code file is free to download.