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
The All-in-One Commerce Platform for Businesses - Shopify
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
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!