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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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!