Tutorials

PHP/MySQL Simple Water Billing System

Submitted by rinvizle on
We will teach you how to create Simple Water Billing System. This simple system uses for recording the water consumption every month you use, it also creates and total all your consumption from your previous record to the present. You can also generate a report for the billing process of your records from the beginning you started using this system.

How to Control Results of MySQL to PostgreSQL Migration

Submitted by intellicon on
Irrespective of the method applied in migrating MySQL database to PostgreSQL server, it is expedient to check and be assured that all database objects have been properly converted. Whether the conversion is done manually or an automated tool is used, data integrity verification is necessary.

User Login Level Type In PHP

Submitted by rinvizle on
User Login Type System will show you how to create a user login type by choosing a position to login. This system manage by an admin in the dashboard. Each user has handled by the admin and only the admin can create a new account for each positions. This system helps the users to manage and modified their work through this system.

School Event Registration

Submitted by rinvizle on
School Event Registration System will show you how to create this simple project. This system creates a registration form for all the user's to fill up the form and creates a record of each users details who had been registered. And it is useful for different kind of event to track every users that they are in the record or list of registered member.

Authentication Secure Login, Registration and View Profile

Submitted by rinvizle on
Authentication Secure Login, Registration and View Profile where the users of your websites can be able to create their accounts, and log in with their valid information so as to access the system to their various accounts. Users information during registration process have been validated and stored in the database. The system can show you the details about your profile that you've been created before and after you logging in. The system validates new users for duplicate email addresses and performs valid authentication during registered users log in.