amdiscgolfer Posted March 20, 2009 Share Posted March 20, 2009 Good Afternoon, I work for a technology Company and am in charge of the Tech Website. I am looking for a way to categorize KB articles for our techs. Basically what I would like to accomplish is have a link to the article with the KB# and a brief discription. I am looking for a simple way to do this - can anyone point me in a general direction. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/150376-knowledge-base/ Share on other sites More sharing options...
lonewolf217 Posted March 20, 2009 Share Posted March 20, 2009 google php/MSQL tutorials for a general direction on how to start. its a very general question with a very general answer Link to comment https://forums.phpfreaks.com/topic/150376-knowledge-base/#findComment-789800 Share on other sites More sharing options...
mattwal Posted March 20, 2009 Share Posted March 20, 2009 google php/MSQL tutorials for a general direction on how to start. its a very general question with a very general answer He is right but but I might have a few suggestions for you. 1) Does your KB articles already have specific and unique articles numbers? It would help when you want to use a link view a specific article. 2) One way to go about categorizing your articles would be the use a section/category in which when you post the articles to your database base. Assuming this is how you store your articles. Then you make a general articles index page and have a list with the sections your articles might fall under and even more specific with the category part. Link to comment https://forums.phpfreaks.com/topic/150376-knowledge-base/#findComment-789924 Share on other sites More sharing options...
Malevolence Posted March 21, 2009 Share Posted March 21, 2009 How's your knowledge of PHP, MySQL other databases, HTML etc.? If not so great, I'd be willing to help code this for your or at least go through the motions of getting something like this done. I also have done this kind of thing before, so I know how to produce a search and a sorting system where you can sort by name, description etc. PM me if you want. Link to comment https://forums.phpfreaks.com/topic/150376-knowledge-base/#findComment-790012 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.