Registration System using VB.NET & MySQL Database with Source Code

Submitted by Julius Guevarra on
Hi Guys! I would like to share this Simple School Registration System (flat UI design)using VB.NET framework 4.5 and MySQL Database. This simple program mainly registering Multiple types of users and login according to the user types. The main purpose I have shared in this simple program is to help other programmers especially those beginners and self-learners. In this system, only the admin user

Simple Gallery Studio in C# with Source Code

Submitted by Wisdom Agbenu on
This is a simple app requested by a friend of mine and I wish to share it with the public. This app was built using C#.net on visual studio 2013 as the front end and the MSSQL server as the back end. The program/app is called Gallery Studio. The program allows users to easily upload any image type and later view them as a photo album as well as delete them. I have used MS SQL Server to store the

Simple College Management System using C# with Source Code

Submitted by Himanshu Kumar… on
The idea of developing the “College Management System” project has come to our mind when we go to the College of computer education where we see that the data is handled manually in the form of files. This is an attempt to create a project “College Management System” through which will show all the working of College will be automated. It can be used both in top-level and bottom-level management

Simple CRUD using PHP and FPDF with Source Code

Submitted by erwin.acedillo on
Hi! I have here a Simple CRUD project that was developed using PHP. This project is a simple user registration using the CRUD Operations (Create, Read, Update, and Delete). This project also used FPDF Library for Printing View and Downloadable PDF File feature. My main purpose in sharing this program is to help new programmers or those students or individuals that would like to learn how to create

Enrollment Management System in VB.Net with Full Source Code

Submitted by janobe on
Enrollment Management System in VB.Net with Full Source Code The Enrollment Management System is a software based system that is developed using VB.Net and MySQL database. This Enrollment Management System in VB.net is solely controlled by an admin who plays a vital role in all of the management of the system. It is also designed as an easy to use and easy to learn system. About the Enrollment

How to Create Login and Logout Page with Session and Cookies in PHP

Submitted by nurhodelta_17 on
In my previous tutorial, I've shown you How to Set up Cookie. This tutorial will give you an idea of how to use the stored cookie to login and I've added a "logout" function that destroys both session and cookie. Creating our Database First, we're going to create a database that contains our data. Open phpMyAdmin. Click databases, create a database and name it as "cookie". After creating a