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.

Online Flight Booking Management System using PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Online Flight Booking Management System. It is a web-based application developed using PHP Language as the back end and MySQL as the database. The system allows flight ticketing agencies or businesses to provide their possible clients to book their flights online or without actually going to their offices to book their desired flights. It has a pleasant user

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.