PHP

How to create a Simple Registration Form Using Modal

Submitted by GeePee on
In this tutorial I'm going to show you how to create a simple registration form using Modal. Instead of creating new web page for a registration form, we will use modal so that we could save memory and space in our web directory. To start with application we need to download first a twitter bootstrap framework for this we’ll be using it for this application.

Applying Object-Oriented Programming in PHP Pagination

Submitted by GeePee on
This tutorial is a continuation of our previous tutorial called “PHP Pagination”. At this time we’re going to focus on how to perform Pagination using Object-oriented Programming in PHP. Using this OOP we can minimize our code in creating a PHP pagination in our all web pages especially when we are developing a big system. To start with this application, open our file in the document root called “pagination”. Then, we are going to create a new folder called includes.

Social Networking Site: Adding a Delete control for Comment and Sub comment

Submitted by GeePee on
This tutorial, is a continuation of our previous topic called Social Networking Site: Adding a Sub-comment to a specific Post. But this time, I’m going to show you how to add a delete command of comment and sub comment. To start with this course, open our philsocial folder from the document root and open the home.php file. And inside the well class above all of the codes for comment and sub-comment well creates a function called “date_toText”.

School Fees Payment System

Submitted by waqasyaqoob on
Yesterday I saw a project :Automated Billing System which submitted by user name loading. When I read and saw the project then I thought I can convert this project into School Fee Payment system and I am feeling happy that I did it. *Beautiful login system. *Add New Student , View Student , Edit student and Delete Student. *Add Class , View Class, Edit or Update Class and Delete Class. *Add , view

PHP Pagination

Submitted by GeePee on
In this tutorial I’m going to show you how to create a pagination. The concept behind pagination, let’s say we have one million records in our database and we probably we don’t want to see that entire record in the our web browser at once. Instead we’re going to return a subset of results and the first page may consist 20 records on it.

Human Resource Support System

Submitted by FRankzkhiE on
This is a full system for human resource support system. It is an easy to use system. The following are the features to learn and expect in this project: 1. employee information 2. leaves: vacation and sick 3. travel order 4. contract Additional features -searching by date -printing -archive -reports Hope you learn from this.

Bank Transaction System

Submitted by mehul77970 on
This is a sample of simple bank transaction using PHP. The user or bank member has an option to deposit, withdraw and transfer funds. They has also an option to quick check they're remaining balance. This is very helpful for those who are interested and are new in PHP. Hope you learn from this. user name mehul password mehul