Bootstrap

Online Mobile Store Management System using PHP Free Source Code

Submitted by oretnom23 on
This is an Online Mobile Store Management System Project in PHP. This project is a sort of eCommerce website or an online shop/store. The application gives an online platform for the mobile store's clients or possible clients to explore, browse, and order their desired product. The project has an online payment feature using PayPal API. This system has lots of features and functionalities which

Ship/Ferry Ticket Reservation System using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Ship/Ferry Ticket Reservation System. This project is a web-based application that helps a certain ship/ferry port company to manage the ticket reservations of their clients. This will help them to easily encode, record, and retrieve the reservations records. It has a pleasant user interface and is easy to use. The project has printable ticket generation

Creating Universal Bootstrap Modal using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Create a Universlal Bootstrap Modal using jQuery and Ajax. The modal that we are going to create is a modal that can be reusable or can display different content from another file. This technique is very helpful to optimize your file size and this will prevent the redundancy of writting the modal elements. The universal Bootstrap Modal that we will create, will have a dynamic title, content, and size. We will use an HTML a tag () as the button that will initiate the modal.

Creating HTML List Pagination, Display Length, and Search in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will be creating a simple HTML List Pagination with Display Entries Length and Search. This tutorial is really useful for optiomizing your website for display bulk data. With the said Web App Feature, this will help to limit the data to display from database, prevent long page scroll, and fast loading. Mainly, the idea of this tutorial focuses to the HTML

Submitting POST Data Without Refreshing/Reloading the Page In PHP and SQLite3 Tutorial

Submitted by razormist on
Learn on how to create a Submit POST Without Page Refresh In SQLite3 using PHP. An advanced PHP coding technique that can store the data inputs without page refresh in SQLite with the use of jQuery ajax. This is helpful when you want to store your data without refreshing the page info.

Inline Table Row Insert, Update, and Delete using PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you wil learn how to create an Inline Table Row Insert, Update, and Delete using PHP/OOP, MySQL Database,and JavaScript (jQuery adn Ajax). Our main goal for this tutorial is to display data from database to HTML table that can add, editm remove table row dynamically. The table cells in the table will be editable if the user add or edit a row. The source code must have a field validator for required fields and field text types.

Online Leave Management System in PHP Free Source Code

Submitted by oretnom23 on
I have created a PHP Project entitled Online Employee Leave Management System. This PHP Project provides the company's management and employees an online platform to manage the leave applications. The application is mobile-responsive which is helpful nowadays because most of the employees owning a personal mobile smartphone. Using this system, the employees can easily apply for leave even they are

Dynamically Generate Table Data Using jQuery Tutorial

Submitted by razormist on

In this code we will tackle about Dynamically Generate Table using jQuery. The program will let you create your own table dynamically. The code uses a jQuery plugin that shortens your native scripting by allowing you to call a single line of code. To learn more about this, just follow the steps below.

Getting started:

First, you have to download the bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.