Live Search Using PHP/MySQL

Submitted by argie on
This code will help you on how to create a facebook like live search. This program uses javascript to display results (without pressing the enter key) right after you pressed any key without moving to other page. The result of the search query will be displayed below the textbox. Also, you can customize this code by adding a link on the dropdown list and redirect it automatically to the desired

Make Barcode with vb.net

Submitted by Bibo2030 on
Knows create and print barcode labels program Need to develop data that does not appear when you preview barcode printing ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- printers, such as Zebra printers, specifying the number of stickers and controlling the dimensions

Prison Management

Submitted by deepak.gupta150 on
This is a prison management system made in Java... Prisoner and Warden Id are auto generated Use prison_management to create DSN ...Enjoy ....................................................................... An application is to be developed that manages the wardens and prisoners at a prison. Each prisoner is identified by a unique number. Details, such as name and number of days left to serve

How to Create Login Page in PHP/MySQL

Submitted by argie on
Related code: How to Create Secure Login Page in PHP/MySQL. Yesterday I posted a tutorial on how to create a registration page using PHP/MySQL. To make some follow up with my registration page tutorial, I decided to create another tutorial on how to create a login page using PHP/MySQL. The Features of my login page contain input validation using PHP session.

How to Create Registration Page in PHP/MySQL

Submitted by argie on
Related code: How to Create Secure Registration Page in PHP/MySQL This is a simple tutorial that will teach you on how to create a simple registration form using PHP/MySQL with JavaScript for input validation. This tutorial will not teach you on how to create a good design but rather to give you knowledge on how to create a fully functional registration form.

Creating our Table

First we are going to create our database which stores our data. To create a database: 1.