Restaurant Billing Software

Submitted by [email protected] on
Restaurant Module Quick Restaurant billing , Bills & Receipts Food costing of dishes with profit ratio Many reports for day to day management of restaurants such as raw materials, sales, stock, etc. Table Change Waiter Change Order Cancel Day , Monthly Report Waiter Sales Report Back end Mysql Server Server Name :localhost Server Username :root Server Password: DatabaseName:hotel Admin Login

Log In and Registration Form using MD5 in PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Log In and Registration Form using MD5 Encryption in PHP/MySQL. The features of this simple program, it has a registration form for a user and it has an input validation that the empty field is not allowed same with the login form and the password are encrypted using MD5.

Drag and Drop Image Delete using PHP

Submitted by alpha_luna on
If you are looking for Drag and Drop Image Delete using PHP and JavaScript then you are at the right place. This simple program created using PHP, MySQL, and JavaScript. The program works by dragging the image to the trash can to deleting image from the database table. Database Name: drag_and_drop

Source Code

In this source code, you can see the images in the gallery and the trash can image as you can see in the image below.

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

ASP.NET Loops and Arrays

Submitted by rinvizle on
In this tutorial I will teach you how to make a loop statement and arrays in ASP.NET.

Included:

For Loops For Each Loops While Loops Arrays

Source Code

For Loops If you need to run the same statements repeatedly, you can make a program that loop. If you know how many times you want to loop, you can use a for loop.