Simple Public Chat Room Using PHP/MySQLi with Source Code

Submitted by pijey on
This is a Simple Chat System wherein you can send messages to the public. This simple system requires users to register and login in order to join the public chat. The system is programmed using PHP, MySQL Database, HTML, CSS, JavaScript (jQuery), and MySQLi procedural method. The user can also update his/her account details. Features: Login Registration Send Message to Public Update Account

How to Select Data Between Two Dates in PHP/MySQL

Submitted by nurhodelta_17 on
This tutorial will show you how to select MySQL rows between two inputted dates. This tutorial does not include a good design but will give you knowledge on the said topic. I've also included 2 MySQLi methods which are Object-oriented and Procedural in the comments. So, feel free to switch between them. Creating our Database First, we're going to create a database that contains our data. Open

Simple College Website using PHP/MySQLi with Source Code

Submitted by florian.kipeta on
This website is for the St Joseph University of Tanzania. I just wanted to share this to help other programmers especially the beginners who wanted to learn how to develop a website using PHP/MySQLi. This College Website was developed using PHP, MySQL Database, HTML, and CSS. This project is a content management system with an online application for a certain school which means the content of the

User Time Log System using VB.NET and MS Access Database with Source Code

Submitted by galvez15 on
A system that acts as biometrics does. With real-time logging, this system makes it possible to record the time-in and time-out of a user's attendance with ease. It provides a user-friendly UI and shortcut keys and for fast processing of records and logging. It also has a picture for each user to ensure the user's identity when being logged. This app is good for school and office wherein they

Inventory with Payroll System in VB.Net and MySQL Database with Source Code

Submitted by janobe on
The Inventory with Payroll System is an automated system that provides great advantages to businesses or companies because this system will easily calculate employees’ salaries and other deductions quickly. This system has also the ability to deliver accurate inventory and can create payroll calculations within a few minutes and at the same time can generate a payslip. This is way better than a

Creating a Simple Login Form with User Levels in PHP/MySQLi Tutorial

Submitted by GeekRedz on
Hello guys, I have here an example of a login form with different user levels using PHP/MySQLi. This is easy and simple. To learn how to create a simple Login Form with user levels, please continue reading and I will show you how. Getting Started First, you have setup the following into your local machine: Download and Install the latest XAMPP Download Bootstrap Download jQuery Download and

Simple Racing Game using Pygame with Source Code

Submitted by razormist on
Simple Racing Game using Pygame with Source Code Simple Racing Game with Source Code is a single-player game where you control a plane that will race along the road. You just need to follow the race path and venture a lap. The purpose of the project is to have an entertainment and leisure time among friends. About the Project The Simple Racing Game was built using Pygame module where it is compose

Creating a Web Browser in VB.NET

Submitted by donbermoy on

Hi! For now, I will post one tutorial for Android and one for VB.NET.

Which browser do you use to surf the Internet? Basically, everyone likes to navigate the Internet using browsers like Firefox, Google Chrome, and more. However, isn’t it cool if you can create your very own web browser that you can customize to your own taste? Yes, you can do that in VB.NET, and pretty easy too. In this lesson, we shall learn how to create a simple web browser and get it running in a few minutes.