Category: KU Wiki

  • Shelf Wiki concept

    Without proper file management, having staff change over time and different technologies coming and going, it can be quite difficult to keep everything in order. What about if someone leaves – their institutional knowledge is lost. This could be catastrophic if they were the only one! Our issues weren’t quite this bad, but over time…

  • Searching a database table using MySQL LIKE and PHP prepared statements

    To finish off a PHP Wiki I’ve been developing, this week I wrote a very simple database content search, which leverages prepared statements and SQL LIKE. As is tradition at this point, a nice Paint diagram to get down my thoughts and work through what it is I was trying to achieve: a search bar…