237POS (Another Android Point Of Sale)

Submitted by jahswant on
237POS is a Point of Sale app that has a user friendly interface that everyone can use without difficulty. The POS can be used on , Android tablets or ChromeBooks Say goodbye to ugly, expensive, outdated POS systems and enjoy the 237POS interface designed for the modern retailer. KEY FEATURES Handling multiple customers Handling multiple stores simple stock management Register repport Products

Temporary Tables Magic Table and Injection in SQL

Submitted by Aliya Crox on
Tempopary tables Tempopary tables are created at runtimes and ability to perform all the operation like the normal table. These tables have limited scope. This table is stored in tempdb. There are two types of temporary table: Local Temporary table: This table is available only for the current connection. It is automatic deleted once disconnects from instance. This table is createdby putting

Port 80 in use by “Unable to open process” with PID 4 Error

Submitted by admin on
Port 80 in use is a common problem encountered by programmer who used apache. There are so many causes of this problem and this is the reason why I write this article. You encountered this problem because: You use Xampp, Wamp and other packages that includes apache as a web server and other process is using port 80. Here’s the following guide to resolve this issue: A common application that used

Chamber of Commerce Membership Management System

Submitted by Yonatan_Abi on
Conduct Chamber business online Manage Content by inserting or editing text, photos, documents, etc. Manage Users by setting permissions on information to be viewed by members, prospective members, other Chambers – the world Create online forms to collect various information. Both Desktop and Mobile Responsive Membership management System Bulk Email Service(Mail all and particular Users)

Multiple Delete Data

Submitted by azalea zenith on
If you are looking for on how to create Multiple Delete Data in PHP then you are at the right place. This simple system can add data to the database then you can delete the data individually or you can be used the checkbox to delete more than one data in just one click. We are going to use the checkbox as our selector so the user can select multiple or one data only to delete.

Delete Data without Refreshing Page

Submitted by azalea zenith on
In this tutorial, we are going to create how to Delete Data without Refreshing Page. This is a simple project delete function using PHP/MySQL with AJAX script. This tutorial feature is to delete the data from the table and it also deleting data without any refresh of the page or reload. Hoping that this simple source code will help you a lot. Enjoy coding. Thank you. Create Data Table In the source code below, contains all the data from the database, we have to display all the data. To select individual which data we are going to delete it.

Update Password using PHP

Submitted by azalea zenith on
If you are looking for on how to Update Password u then you are at the right place. the right place. This simple tutorial creates using PHP/MySQL. The feature of this tutorial is to change the password from the database. It contains the Old Password from the database, New Password, and Re-Type New Password. Almost in web projects, changing password is important. Create Markup Form This simple HTML source code below contains three TextBox for the Old Password, New Password, and Re-Type Password. Where the user can update the password from the database.