Ticketing Management System using VB.NET with Source Code

Submitted by pbermoy on
This is a project entitled Ticketing Management System written in Vb.net and SQL Server Management Studio R2 2008 database for Small Port of Surigao City. This project store the port's passengers' details and generates a printable ticket after the payment. In order to create a new transaction, the system admin must configure the passengers' fee according to their classification. Also, the admin

How to Connect to Multiple Databases in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to connect multiple databases in single CodeIgniter Application. Normally, we used one database for our data but for cases that we needed to use multiple databases, this tutorial will teach you on how to have multiple databases in your CodeIgniter application.

Point of Sale 3.0 Update 24/Jun/2018

Submitted by Shazi on

Language Used PHP Database My SQL User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8,OPERA Software WAMP Server Download and Unzip file on your local system copy phppos . Put phppos folder inside root directory Database Configuration Open phpmyadmin Create Database phppos Import database phppos.sql (available inside zip package) User Open Your browser put

PHPPOS Project in PHP and Mysql

Submitted by Shazi on
Language Used PHP Database MySQL User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8,OPERA Software XAMPP Server/WAMP Server Database Configuration Open phpmyadmin Create Database phppos Import database phppos.sql (available inside zip package) For User Open Your browser put inside browser “http://localhost/phppos” Login Details for user: admin/shahzad123

Android - Inserting Data to SQLite

Submitted by razormist on
Learn on how to create a Inserting Data to SQLite using Android. This simple application will create a database and then will insert a data at the same time. Android also provide an adaptive framework that allow the developer to develop an apps in a simpler way. It used in several gadget like smartphone, tablet, and even television.

Code generator for pure php

Submitted by abubasil on
Hello again, This script will generate the basic php CRUD for named table. These CRUD (create, read, update, delete) use the pure php programming style. This script uses mysql, you may modify it to be for mysqli. step one: open config.php file and set localhost, db user, db password, and db name. step two: run install.php and set the name of the table (tables one by one each run) step three: set

How to Inline Edit Data in Table using PHP and jQuery

Submitted by nurhodelta_17 on
This tutorial tackles how to inline edit data in a table derived from MySQL Table. This means that you are editing the table within the table itself and you don't have to be redirected to a certain edit page. We have used jQuery to make this possible and also to handle our ajax request.