Handling Dynamic Data Fields using Database Vertical Table Design in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle Handing Dynamic Data Fileds using Database Vertical Table Design. This idea is very useful for such web applications that handling multiple data. This will prevent multiple columns in your database table. Also, this will help you to store new data fields without making changes in your database table structure.

Online Employees Work From Home Attendance System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Employees Work From Home Attendance System. This simple application uses an SQLite Database as the storage that provides certain company's employees an online platform to log their attendance. This simple project can be useful especially this mid of pandemic where some companies let their employees work from their respected homes. The project has

How to Limit Data to Display and Load when scrolled to bottom in PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how limit the data to display from database and load automatically when scrolled to bottom using PHP and jQuery. This technique is very useful especially to optimize the speed of loading bulk data. This feature is commonly used in social network sites like the Facebook news feed, it shows limited posts at first and when you reached the bottom of the page, it will automatically load another data. To meet our goal for this tutorial, we will be using MySQL LIMIT and OFFSET Clause.

Horse Race Game using JavaScript with Free Source Code

Submitted by razormist on
Horse Race Game using JavaScript with Free Source Code Horse Race Game with Source Code is a project that is a single-player game where goal is to bet and predict what horse will go first. The game has a simple design that contain multiple sprites. The purpose of the game is to provide some fun with your friends, family, etc. About the System The Horse Race Game was created in a HTML web browser

Bank Management System using C with Free Source Code

Submitted by razormist on
Bank Management System using C with Free Source Code The Bank Management System with Source Code is a project that can manage your bank account through digital way. The system can help you manage the depositing and withdrawing of your money by entering such as Name, Amount, Pin. The purpose of the system is to secure the managing of banking and safely deposit customer money. About the System The

Creating An Audit Trail/Logs in a Web App using PHP/OOP and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create an Audit Trail/Audit Log feature in a web application using PHP/OOP and jQuery Ajax. This feature is useful and a common feature for software or web applications. This is usually included in the project for an application that can be managed by multiple users. With this feature in your PHP Project, you can easily track or monitor the changes or actions made by the user.

Simple Online College Entrance Exam System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Simple Online College Entrance Exam System. This simple application uses an SQLite Database as the storage. This project can help a certain college or university to provide their enrollees an online platform to take their entrance exam and other required tests for the course they wanted to enroll. The project's functionalities are simple but useful and

Guess a Word Game using Python with Free Source Code

Submitted by razormist on
Guess a Word Game using Python with Source Code The Guess a Word Game with Source Code is a single-player game where the goal is to guess a word from the given blank spaces. You need to guess correctly before your chances reach zero. This game is very fun and entertains try to play this with your friend. About the Project The Guess a Word Game was created in a simple windowed console application

Tic Tac Toe Game Using PHP Free Source Code

Submitted by Joe_the_kinley on
This is a Tic Tac Toe Game that I developed using PHP Language. The game project can be played by 2 players. The source code will help you to learn and understand how to create a simple game like this using the PHP Language. It has a simple user interface and is user-friendly. About the Tic Tac Toe Game in PHP The project source code uses the PHP $_SESSION to store the game data temporarily