Hospital Management System (Java + MySQL) *Updated*

Submitted by Raj.Sharma on
This project is written by me using java IDE Netbeans 7.3.1 and MySQL 5.5 as Back end for thesis Submission of the Engineering students in java. This project is very helpful for the beginners who wanna learn database programming in java..... Main Features: 1. Nurse/Wardboy Entry 2. Doctors Entry 3. Patient 3.1. Registration 3.2. Services 3.3. Admit To Room or Ward 3.4. Discharge from Room or Ward

PHP Forms

Submitted by alpha_luna on

PHP Forms

In this tutorial we are going to learn about $_GET, $_POST, and $_REQUEST. Nowadays, PHP is one of the most popular means of processing HTML forms. To read the data submitted by a form, using PHP, use one of three special arrays: $_GET, $_POST or $_REQUEST. The first two contain the data submitted via their respective protocols.

How to Create Sliding Text on Images with Bootstrap Templates

Submitted by alpha_luna on

Sliding Text on Images with Bootstrap Templates

In this tutorial, we are going to learn on How To Create Sliding Text On Images. In this source code, we are going to display the text on its corresponding image with a background color after we hover the image. In the example source code below, by using CSS and jQuery to appear the text effect on our images. Using jQuery slideToggle() we produce effect after we hover into the image. You can try the Live Demo of this tutorial.

How to Fix PHP Source Code Being Displayed in Browser

Submitted by alpha_luna on
Fix PHP Source Code Being Displayed in Browser If you are looking for this solution then you are at the right place. If the PHP source code is being displayed on your web browser, well it means that the server it's not already setup to serve or to run the PHP scripts or source code in the browser. These are the things to be done in order to debug the issue in displaying PHP source code in your

How to Get Last Day of Month using PHP

Submitted by alpha_luna on
This is a tutorial on how to Get Last Day of Month using PHP. This is a simple tutorial for the beginners who really wants to know how to construct simple source code in PHP. We are going to construct simple PHP source code below for the beginners. So, they can see how to construct it in a simple way. This source code will display how to get the last date of this current month, as well as the last date of a month from the given of a specified date. We are going to use the letter "t" and that our key to get the last date of a month.

Advanced Sales and Inventory System Database Tables

Submitted by Raj.Sharma on
This Database is gonna help you to develop your advanced sales and inventory system... It contains more than 40 tables. Example tables: AuditEvent AuditEventType Category Customer CustomerCustomField CustomerCustomFieldData CustomerCustomFieldOption DatabaseVersion GUITrack Invoice InvoiceLine InvoiceLineItemLocation InvoiceStatus Item Just copy/paste the table that you need into your own project