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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!