Ethredah / PHP-Blog-Admin

A PHP Admin Dashboard / Website (with blog section)
117 stars 57 forks source link

keep.php and no blog post active #2

Open muhammadkar opened 4 years ago

MusheAbdulHakim commented 3 years ago

everything is working fine can you explain your issue very well?

aavesh1 commented 3 years ago

Can you attach a video? Also is there a db.php format that i should follow to attach it to my Heroku DB , i am facing problem while connecting it.

MusheAbdulHakim commented 3 years ago

You can find the db connection at https://github.com/Ethredah/PHP-Blog-Admin/blob/master/admin/functions/db.php

ncopz commented 3 years ago

Could not connect to database (db.php).

syntax error, unexpected end.. ($connection = mysqli_connect(DB_HOST,DB_USER,DB_PASS,DB_NAME);)

MusheAbdulHakim commented 3 years ago

@ncopz check the db.php inside the https://github.com/Ethredah/PHP-Blog-Admin/blob/master/admin/functions/db.php

ncopz commented 3 years ago

@ncopz check the db.php inside the https://github.com/Ethredah/PHP-Blog-Admin/blob/master/admin/functions/db.php

https://github.com/Ethredah/PHP-Blog-Admin/blob/master/admin/functions/db.php

http://localhost:8080/blog/admin/ (Cannot Establish A Secure Connection To The Host Server At The Moment!)

MusheAbdulHakim commented 3 years ago

There are alot of problems with the repo and i have solved some of them and my pull request has not been checked yet. here is a link to my repo: https://github.com/MusheAbdulHakim/PHP-Blog-Admin. but due to some problems i might as well redevelop the whole thing.

MusheAbdulHakim commented 3 years ago

@ncopz you are having that issue because of database connection problem so check through the file very well

MusheAbdulHakim commented 3 years ago

i have been working on something like this and i think you may like it too . https://github.com/MusheAbdulHakim/php-blog

stressdidri commented 2 years ago

new_post.php not working. DB connexion is fine.