PHP-Blog-Admin
PHP-Blog-Admin copied to clipboard
keep.php and no blog post active
everything is working fine can you explain your issue very well?
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.
You can find the db connection at https://github.com/Ethredah/PHP-Blog-Admin/blob/master/admin/functions/db.php
Could not connect to database (db.php).
syntax error, unexpected end.. ($connection = mysqli_connect(DB_HOST,DB_USER,DB_PASS,DB_NAME);)
@ncopz check the db.php inside the https://github.com/Ethredah/PHP-Blog-Admin/blob/master/admin/functions/db.php
@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!)
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.
@ncopz you are having that issue because of database connection problem so check through the file very well
i have been working on something like this and i think you may like it too . https://github.com/MusheAbdulHakim/php-blog
new_post.php not working. DB connexion is fine.