Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.04 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.04 KB

Notes-app-using-php-and-mysql

Project Description: Creating a simple notes application where a user can store any information with a title and content, and can even delete or update the information. The user's past notes will also be stored on the notes page.

Technologies Used:

  1. Development Environment:
  • XAMPP- A free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.
  • PHP- A server-side scripting language designed primarily for web development, used to create dynamic web pages and interact with databases.
  1. Database Management System:
  • MySQL- An open-source relational database management system (RDBMS) that uses Structured Query Language (SQL) for managing and manipulating data in a database.

User Flow: notesstructure