How to Map Network Drive

Submitted by admin on
This article will teach you on how to map a network drive. The purpose of this article is to help those who do not know how to share a database from other network so it can be access by multiple computers. There are two kinds of approach in sharing a database. One is through a Client/Server architecture which uses a database server like MS SQL Server, Oracle, MySQL, PostgreSQL, etc. The other is

Invalid Password. Please Try Again Problem

Submitted by admin on
If you encounter this problem when logging in to one of my program like Hotel Reservation System, Point of Sale, Billing System or any source code that uses a blowfish to encrypt and decrypt a password then this article will teach you on how to resolve this. This problem is caused by a regional setting in your computer. If you are not using an English language in regional settings this will most

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

Auto Generate Key

Submitted by admin on

This tutorial will teach you on how to create a key automatically as a primary key in your table. It is sometimes needed to create your own key to format it on your own needs. Say for example you’d like to format it to start as four (4) digits rather than starting from one (1).

The code herein is based on the code that I have already submitted on some of my program like hotel reservation system. But these time a simplified one. I created this tutorial because there are some visitors in this website who asked this before.