php

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.

Dynamically Add and Remove Element using AngularJS and PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to Dynamically Add and Remove an Element using AngularJS and Data Batch Insertion using PHP and MySQL Database. The tutorial aims to provide a reference or guide to students or new programmers on manipulating DOM using AngularJS and inserting multiple data in the database at once. Here are snippets and a simple web application source code zip file.

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.

Helmet Store Showroom Site in PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Inquiries Store's Showroom Site. It is a web application developed in PHP and MySQL Database. The project was mainly built to provide Inquiries Stores a platform for their possible customers where they can display their helmet products virtually. It has a pleasant user interface using the Bootstrap Framework and AdminLTE Template. It consists of user-friendly

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.

JSON CRUD Operation in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn an effective way of Creating a CRUD Operation of JSON File Data in PHP language. This tutorial aims to provide a reference or guide for students or for those who are new to PHP Language to enhance their knowledge and programming capabilities of handling JSON File Data using the said programming language. Here, I have provided a snippets and sample web application's source code that is free to download.

Bulk Deletion using Checkbox in PHP and JavaScript Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to Create a Bulk Deletion Feature for web applications using HTML Checkbox, PHP, MYSQL Database, JavaScript, and jQuery/Ajax. This tutorial aims to provide a reference or guide to students or new programmers for the integration of PHP, MySQL Database, and JavaScript to develop an effective and interactive web application. Here, snippets and sample program web application source code are provided.

Dynamic Navigation Tree using PHP Multi-Level Array Source Code

Submitted by oretnom23 on
Introduction In this article, I will show you how to Create a Dynamic Navigation Tree in PHP. This kind of feature might be useful for you for your current or future project especially if you are planning to develop a broad and dynamic website or web application. Here, snippets and a sample web application source code are provided. What is a Dynamic Navigation Tree? A Dynamic Navigation Tree is a

Cropping an Image before Saving using JS, jQuery, and PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you How to Crop an Image before Saving it using JS, jQuery, and JS Library. We can achieve this kind of feature for our web application by using Croppie Library. The tutorial aims to provide the student and new programmers a reference to learn with to enhance and develop their programming skills using JavaScript and PHP Language. Here, snippets and sample source codes are provided.