MySQL Database

Immaculate Conception Academy Enrolment System

Submitted by janobe on
This Immaculate Conception Academy Enrolment System is a software based system that is very useful for tracking and retrieving the records of every enrolled students. Using this system, the students would no longer take time on falling in line because everything will go smoothly and won't take them a lot of time. Talking about convenience and effeciency this system have it all. And this guarantee

Monbela Tourist Inn Hotel Management System

Submitted by janobe on
This Monbela Tourist Inn Hotel Management System has a process that can be done smoothly. We all know for a fact that doing it manually is very complicated when not managed well. This system can optimize every hotel operations that would definitely help the hotel managing director most especially the hotel owner. It includes here transaction such as reservations, guest booking, guest payments and

Social Networking Site: Login Page

Submitted by GeePee on
This tutorial is a continuation of our project called “How to Create a Social Networking Site Tutorial”. At this time we’re going to focus on creating login-logout system in a secure way using session. Logging in or signing in or on is the process by which individual access to a computer system is controlled by identifying and authenticating the user through the credentials presented by the user. To start in this tutorial, let’s create first a new PHP file called “session.php”. Then save it inside the inludes folder.

Retrieve Database Tables from MySQL Database using Visual Basic.Net into ComboBox

Submitted by GeePee on
In this tutorial, I’m going to show you how to create an application that will load all the MySQL database and store it into a combobox displaying all the table fields in the datagridview. To start in this program you need to open visual basic and create a new application and name it as “dbcreator01”.

Part III: Generating Autonumber using PHP/MySQL

Submitted by GeePee on
In some of our previous tutorial, we discuss how to Create, Read, Update and Delete using object-oriented programmming approach. This tutorial is a continuation of our previous topic called "Part II: Updating and Deleting of MySQL data using an OOP approach in PHP". But this time we’re going to focus on how to generate autonumber. This autonumber can be used as a unique id in your aside from your database.