Contacts book

Submitted by Mounika on
This is a small program similar to the contacts book in our mobile This program will create a contact file in your TC folder try this with your turbo c++ and post some suggestions friends... awaiting your reply..

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 Profile Information Page in PHP/MySQL

Submitted by argie on

Good day everyone, I am going to create my new tutorial called "Simple Profile Information Page". In this tutorial you can integrate my previous code on How to Create Registration Page in PHP/MySQL and on How to Create Login Page in PHP/MySQL.

To start with, follow the steps below.

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.