Simple Material Log

Submitted by proudpinoy357 on
This system is quite different. Simple but essential for the beginners. Its quite different from usual access used. Mostly, we input data to the tables using forms. This system you will input data by microsoft excel and view reports to microsoft access. Any changes you made to excel it will reflect in access. Note: Copy the microsoft excel file to Drive D then create shortcut to the desktop as

How to Block Countries From Accessing Your Website

Submitted by chrislim2888 on
This sample code demonstrate you on how to block the countries from accessing your website based on visitor's IP address using a non-intrusive method on application level (webpage). I'm using the BIN data file approach that will free my hassle to set up a relation database for this. The IP geolocation BIN data provided in this sample zip is outdated, and you can always download a free IP

Record Management System Using PHP/MySQL with PDO Query

Submitted by argie on
This system will allow you to record the transaction that comes in and out of the Record Office. I developed this using PHP/MySQL with PDO support. The features of this system are login form, transaction form. It has the basic features of a database system like add, edit, update, and delete. It also has a masterfile for document type and offices. The masterfile is then used in the transaction form

Divide 24 hours into 3 shifts schedule with MySQL date_format function

Submitted by ronard on
I'm currently developing an application for shifting schedule in our team and I would like to share with you guys on how to divide 24 hours into 3 shifts. The following schedules are: First shift: 7-15 (7am-3pm) Second shift: 15-23 (3pm-11pm) Third shift: 23-7 (11pm-7am) I used date_format function in MySQL and call the current system time, and I also declare variable for each shifts in and out

Travel Management System

Submitted by JAHANGEERQADIREE on
Travel Management System contain about us (i.e. some info about the travel agency), ticket booking, cancelling of tickets, show the available trains and their arrival and departure time in case of railways. Similarly, it shows the available domestic and international flights (one way, round way journey), select their day of departure, select their day of arrival, type of sex (male or female), no

Multiple Delete Data Using PHP/MySQL and PDO Query

Submitted by argie on
This tutorial will teach you on how to create an application in PHP/MySQL using PDO query that delete multiple data using checkbox as selector. I used checkbox as a selector in every row that u want to delete from database table. To understand more about this tutorial, fallow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "pdo_ret". 3.

Role Based Access Control Payroll System based on Departments

Submitted by Njenga on
helo! This is a VB.NET implementation of Role Based login . I have attached the zip code. U need Crystal Report installed to be able to access it. You also need Visual Studio 2008 and above. ROLE USERNAME PASSWORD superAdmin admin admin FOR A BRANCH LIKE ASIA: ROLE USERNAME PASSWORD superAdmin admin admin Admin adminasia adminasia FOR A BRANCH LIKE KENYA: ROLE USERNAME PASSWORD superAdmin admin

File Handling: Form Closing Event

Submitted by joken on
Tutorial is a continuation of our previous topic called “File Handling: Adding a Save As Command”. But this time we’re going to focus on how to use the form closing event in visual basic. Basically FormClosing event occurs when the user click the close button and the form is being closed. When the form is closed, it releases all the associated resources with the form.