AJAX Live Search using PHP

Submitted by jkev on
Hi guys this code will help you on how to create a Google like live search. 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 page. The data in the database is display on a table in this sourcecode. This code is easy to be understood and easy to integrate in you

Delete Multiple Rows with Checkbox from MySQL

Submitted by jkev on
Hi guys this code will teach you on how to create an application in php that delete multiple data using checkbox as selector. The feature of this code is it deletes multiple data using checkbox as selector. For more information about this code just comment under this sourcecode or email me at [email protected]. Hope that this will help you in your future activities thank you. Database name

Online Membership System

Submitted by jkev on
Hi guys. This online membership script is my project in our school. In this script, you will see an awesome graphical user interface and is user friendly. To access the admin just add “/admin” in the URL. The features of this system are: Signup for the member Upload photos Add/edit/ delete function for the admin. Hope that this system will help you in your future system thank you. Database name

Dropbox Launches First Developer Conference

Submitted by navajocodetalker on
The word's leading file hosting service company, Dropbox, announced that they will be having their first-ever developer conference to be held this coming July 9, 2013 at Fort Mason in San Francisco, California. According to Dropbox, adding another 100 million users means integrating with an ever-increasing number of devices and services. For that reason, it needs an army of willing developers. The

MD5 login

Submitted by jkev on
This code will help you on how to create a login form with md5 encryption. The feature of this code is, it has a input validation does not allow empty field and the password are being encrypted using md5. Hope that this sourcecode will help you in your future system thank you a lot. username:jkev password:jkev databasename:md5_login db folder

Event Registration System

Submitted by jkev on
Hi guys this event registration system is useful in registering the all of the participants in a particular event. You can also network this system if you know how to network the localhost for faster registering of participants this system is easy to use user friendly hope that sourcecode help you a lot thank you. Database name: ers db folder

How to Detect ComboBox Selected Value in DataGridView

Submitted by admin on
Detecting the selected value of ComboBox is done by using the event like SelectedIndexChanged, SelectedValueChanged, and SelectionChangeCommitted. This event is being fired once you select a value in a ComboBox. However, if you have a ComboBox column in DataGridView control, you cannot easily use those events without adding a Handler.