/notes_app

my first dynamic form on php and mysql

Primary LanguagePHP

form_php-mysql


This is the code of a basic notes-app where you can register, login and add & delete notes.
The app is made in php and the database is stored in mysql.
In windows:-
1.Install xampp in your pc
2.git clone the repository in the htdocs folder of the xampp folder in C drive
3.run xampp control and open localhost/notes_app/index.php


In Linux:-
1.Install LAMP in your system
2.git clone the repository in the var/www/html folder of your system
3.Restart your apache server
4.open localhost/notes_app/index.php in your browser