no problem. I am still going to add some stuff to it but this could be considered a basic preliminary release. Things I was going to add are: a stats page, a page to edit or delete comments/memos.
If you look at the code and say "why the heck did you do that?" its because I am not a programmer. I know the basics to get done what I need to and I know how to read documentation.
Are you using a database? One thing that you could add would be to store actual documents in the database.
For example, if you had made something in Excel, and it was worthwile to download, it would allow the users to download it rather than only see a how-to. And it makes it neater to store the files as binary data as opposed to files on a server.
Yeah I am using MySQL. The other knowledgebase web apps I looked at had it so you could upload files, however, I didnt believe it was necessary (plus there is only like 20 MB left on the server). The kind of data I want to store is all just simple text anyway.