Programming

Library Monitoring System

Submitted by elimar_adame@y… on
This is a Complete Library Monitoring System. This system was developed in order to make computerized the Borrowing and Returning of Books, Details of Books, Student Information, Summary of Overdue Books, Inventory of Books per Category. I developed this system for my thesis. Hope you guys will help this simple Library Monitoring System. First, install the MenuCreator_Setup.exe in order for you to

How to Add-Update-Delete Record with Search Function

Submitted by admin on
The source code contain here will teach you on how to search a database with various Fieldname. The sample is based on the previous source code I uploaded here called How to Add/Update/Delete Record using MS Access Database. I created this because there are still some newbie programmer who wants to learn how searching of database works. I hope this will help you on some way. Happy coding!

MS Excel 2003 to PHP

Submitted by emond on
Suck Data from Excel Uploads This shows you how to save Excel spreadsheets in the new XML format supported by Excel and Microsoft Office 2003 and how to read that format and display the data back to the user. The first page is index.php, which presents the Browse button. The user then selects an Excel XML file, which is submitted to the import.php page; that page returns an HTML rendering of the

How to Catch Duplicate Entry - Primary Key

Submitted by admin on
This tutorial will guide you on how to determine if the primary key entered is already exist in the table. I created this tutorial in the hope to help newbie’s programmer solve this common problem. Instead of displaying the default message cast by Visual Basic a message “Employee ID already exist. Please enter another Employee ID.” will appear. For those who would like to see the source code