This is a simple blog website where you can upload your blogs, delete your own blog, interact with your and others blog you can like comment, you can send feedback if you have any. Admin can view feedback and delete others blog
This is a simple blog website where you can upload your blogs, delete your own blog, interact with your and others blog you can like comment, you can send feedback if you have any. Admin can view feedback and delete others blog
Create one database in mysql which should include 2 tables. You can use mysql
user - id,name,password,description,dob
blog - id,title,author,content,img
admin - admin_id, admin_password
contact - fname, lname, country, subject
likes - id, post_id, user_id
comments - id, post_id, user_id, comment, ceeated_at
These are the tables and the values which are needed for this website