Andy's PHP Knowledgebase using MySQL is a database driven Web Application for storing, searching and updating article content for a knowledgebase. Andy's PHP Knowledgebase is easily customized and has potential for a variety of creative uses.
License
GNU General Public License version 2.0 (GPLv2)Follow Andy's PHP Knowledgebase
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
no progress. i'm off....
-
i found an error in login (in production it cause White page) ad row 29 of login.php you have $u = escdata(xss_clean(($_POST['username'])); and it shoul be $u = escdata(xss_clean(($_POST['username']))); in this way it works fine. enjoy UPDATE another error Call to undefined function newmyql() in /var/www/kb/pending.php on line 7 in pending.php row 7 you have $mysqldb = newmyql(); must be $mysqldb = new mysql(); enjoy (today i'm feel bug hunter :) )
-
As mentioned below, install goes fine but the login page is blank.
-
I got it installed successfully (of which it advises me when I finished the install procedure) but the login screen isn't there. When it goes to login.php, nothing appears. No errors, no endless loading, just a quick load and then a blank page. Same with register link. Can't really rate it as it doesn't want to load. Any thoughts on what might be the problem? There seems to be no way to receive support, either, so here I am asking in a review... Will fix the rating if my issue can get resolved.
-
Thanks for Aphpkb, it's good!