Skip to content

A database project in Computer science CSE4 electives, using PHP and SQL.

License

Notifications You must be signed in to change notification settings

2pa4ul2/Car-Link-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Carlink Express With PHP and MySQL

Database Project on Computer Science Electives (CSE4) Using PHPMyAdmin and SQL

Features

  • CRUD Functionality
  • Display Queries - Categories Of Cars
  • Display Queries - Distributed Cars By Supplier

Installation & Usage

  1. Install XAMPP Application
  2. Install PHP Server in VScode Extensions
  3. Clone the repository:
    git clone https://github.com/2pa4ul2/Car-Link-Express.git
  4. Place the cloned repository in htdocs file of the XAMPP Application folder
  5. Run Apache and MySQL in XAMPP Application
  6. Open localhost/phpmyadmin and localhost/car-link-express
  7. In localhost/phpmyadmin create a database named carlink with the ff. table
    • supplier
      • supplier_name
      • contact_person
      • contact_number
    • category
      • category_id
      • category_name
    • product
      • product_id
      • product_name
      • supplier_id
      • category_id

Sitemap

Home - Main Page

home

Create - Data Input and Creation

Pages

create   create

create  

Modify - Update and Delete

Pages

modify   modify

modify   modify

modify   modify

Display - Data Display

Pages

display   display

display  

Query 1 - Display of Car Category Queries

query

Query 2 - Display of Distributed Car By Supplier

query

Created By Paul Adrian Torres

About

A database project in Computer science CSE4 electives, using PHP and SQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published