Human Resource Integrated System

The Human Resource Integrated System Features: Admin's Page View, Add and Edit Employees Create and Update Admin Users Add and Leave Service Credits Can Calculate Late and Undertime of the Employees Can Print Attendance Monthly Report of the Employees Employee's Page Can Add and Edit Information Can view their Service Credits Can view their Attendance Records Employees Time Log: Add /login_timee

Simple Dynamic Website using PHP

This simple dynamic website has been written using PHP. The admin can add, update and delete products, upload image products and add announcements for the website. If you want to go to the admin page just type /admin in the URL. The users can view the products, location, announcements and leave a message to the website. database name: midori.sql Admin username: admin password: admin

Project on an Automatic Shop Controlling System

Now-a-days most of the shop in the world controlled by software.By using such type of software/project shopkeeper can control his/her shop automatically and easily. Project on an Automatic Shop Controlling System(P.A.S.C.S) is type of project which is made by me.In this project as programming language i have used java, as database i have used MySQL and as IDE i have used Netbeans7.4. By using this

Login System in PHP/MySQL using mysqli

In this tutorial, I am going to teach you how to make a login in using PHP/MySQL using mysqli. Just follow the instructions below. Instructions First, we will create our css code and name it as style.css body { color: #fff; font: 87.5%/1.5em 'Open Sans', sans-serif; background:url(img/bg.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background

How to Make Delete Multiple Rows Using PHP

Creating a website which and add an ability to delete multiple rows at a time? This tutorial is a perfect outlet for you to learn and implement the function. we will look on how to delete multiple values from a database using PHP. In order to do so we will be using MySQL along with PHP. You can find more about object oriented approach to CRUD Operations. Overview The tutorial requires to create