forked from ankita132/notes_app
-
Notifications
You must be signed in to change notification settings - Fork 0
my first dynamic form on php and mysql
prabhakarpd7284/notes_app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
my first dynamic form on php and mysql
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 71.5%
- CSS 28.5%