Programming

Dependent Select Option With MySQLi Using jQuery/PHP

Submitted by razormist on
The Dependent select option was build using jQuery / PHP. This simple source code will show you how to create a dependent select option driven by MySQLi database server. The select option is automatically generate whenever the user choose from the first selection. It retrieve the data within the database to display the result based on the selected value. This is the sample code Sourcecodester

Payroll System

Submitted by Dhaaboo on
Payroll Clerk Job Duties: Maintains payroll information by collecting, calculating, and entering data. Updates payroll records by entering changes in exemptions, insurance coverage, savings deductions, and job title and department/division transfers.

After Sales Service Manager

Submitted by Frankline on
Hello friends, happy New Year to you all. I am posting this project to this platform To express my deep appreciation to the management of Sourcecodester, Raj Shama whose Insightful programming ideas have as well been of great and invaluable help to me in my programming adventure and to all of the members of the forum who share there ideas. I thank you all. The project is written in vb.net 2010 as

Simple Select Option Search Box with MySQLi Using Chosen.js

Submitted by razormist on
This is a Simple Select Option Search Box created using chosen.js and MySqli. A simple select option element become more cool using this plugin.Just try it yourself, and use it to your project. Just download the source code below, Enjoy Coding! For more information about chosen.js, click here

How to Do Pattern Matching in VB.NET

Submitted by ashok05 on
HOW TO DO PATTERN MATCHING IN VB.NET Searching for a particular text is one of the important applications in text processing. Searching becomes more difficult when the size of text increases. Regular expression is a method used to reduce the time and complexity of searching. Regular expressions also called as RegEX which describes the pattern (set of strings which needs to be searched). HOW TO