PHP

Eye Clinic Management System

Submitted by neville on
This is an eye clinic project designed for PHP beginners hope it will help you learn a lot. It has password encryption using MD5. Extract the zipped file before saving it to WWW folder and install the database, the database file name is HIMS. Admin username is neville and password is neville Secretary teta and password teta Technician tech and password tech Hope you enjoy and find it very usefull

Wizard Registration Form with Progress Bar

Submitted by azalea zenith on
In this tutorial, we are going to create registration form using PDO in PHP. If you are looking for Wizard Registration Form with Progress Bar then you are at the right place. Using this kind of form, you can organize the information to be enter by the user. This simple tutorial, it has 3 steps to finish the registration for the user.

MD5 Login using PDO in PHP

Submitted by azalea zenith on
This work is suited for the beginners who want to know coding in PHP using PDO. This source code will help you on how to create MD5 Login using PDO in PHP. The feature of this simple tutorial, it has an input field validations does not allow empty field in the web page and the target of this work is the password are being encrypted using the function of MD5 using PHP in PDO query. Hope that this source code will help you in your future work or projects. Thank you. We are going to create simple markup for the Login form field.

Calculator using Dropdown in PHP

Submitted by azalea zenith on
In this tutorial, we are going to create Calculator using Dropdown in PHP. I create this simple program in PHP using the drop-down menu to select a mathematical operator such as Addition, Subtraction, Multiplication, and Division. Check the live demo, click the button below. First, we have to create the markup for this program.

Feedback System using PDO in PHP

Submitted by azalea zenith on
This simple Feedback System using PDO in PHP. Today, there’s a lot of websites that accessible on the internet. Using this simple tutorial, the user can learn to communicate to the owner of the website by using the feedback system which commonly used as a contact us in the websites. Most of it, they offer your full name, email address, and/or a phone number which the user can start to communicate

How to SELECT All Data using Date Today in PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn how to SELECT All Data using Date Today in PHP. This source code is a simple guide to the beginners who really want to know how to select all MySQL Data from today date. We are going to use the PDO object in PHP to select data using the date. We have example MySQL table and it's called "tbl_topic".