0% found this document useful (0 votes)
18 views6 pages

Presentation 1111

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 6

• Open XAMPP Panel

• Start Apache and MySQL services


• Click Admin button of MySQL
• In localhost of phpMyAdmin in your web browser, create database.
• Database name: AMS
• Tables: learner, attendance
• Learner fields
Firstname
Lastname
Grade Level
Section
• Open XAMPP Panel
• Start Apache and MySQL services
• Click Admin button of MySQL
• In localhost of phpMyAdmin in your web browser, create database.
• Database name: AMS
• Tables: learner, attendance
• learner fields
LRN (varchar),length(100)
Firstname (varchar) , length(100)
Lastname (varchar), length(100)
Grade Level (int), length(50)
Section (varchar), length(100)
• Open XAMPP Panel
• Start Apache and MySQL services
• Click Admin button of MySQL
• In localhost of phpMyAdmin in your web browser, create database.
• Database name: AMS
• Tables: learner, attendance
• learner fields • attendance fields
LRN (varchar),length(100) Barcode (varchar),length(100)
Firstname (varchar) , length(100) time_in (varchar),length(100)
Lastname (varchar), length(100) time_out (varchar),length(100)
Grade Level (int), length(50) status (varchar),length(100)
Section (varchar), length(100) date (date), length(100)
• Open XAMPP Panel
• Start Apache and MySQL services
• Click Admin button of MySQL
• In localhost of phpMyAdmin in your web browser, create database.
• Database name: AMS
• Tables: learner, attendance
• learner fields
• attendance fields
LRN (varchar),length(100)
Barcode (varchar),length(100)
Firstname (varchar) , length(100)
time_in (varchar),length(100)
Lastname (varchar), length(100)
time_out (varchar),length(100)
Grade Level (int), length(50) status (varchar),length(100)
Section (varchar), length(100) date (date), length(100)
*This will be your output for today. Kindly screenshot your code as well as your Forms
The first Form to display when you run your code is the
Log In Form
Display AMS User Interface FORM after
LOGIN FORM
clicking the Go to AMS Interface label

Display Admin Form after successful log in

ADMIN FORM

AMS Interface Form

*This will be your output for today. Kindly screenshot your code as well as your Forms

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy