We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ec13b + bc8dd18 commit 2a319f5Copy full SHA for 2a319f5
README.md
@@ -1,9 +1,11 @@
1
# Simple-PHP-Blog
2
-Simple Blog system for personal development using procedural PHP and MYSQL.
+Simple blog system for personal development using procedural PHP and MYSQL.
3
4
-It contains lots of code repetitions.
5
-It is only for learning purpose.
6
-I coded and tested it on my phone, it contains bugs i didn't notice then.
+For educational purposes only.
+
+# Setup
7
+Update the `config.php` file with your database credentials.
8
+Import the `database.sql` file.
9
10
# Default Admin Login
11
Username: admin
0 commit comments